Skip to content

Commit f8e7856

Browse files
committed
Remove recommendation to create a branch.
1 parent d156201 commit f8e7856

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ git remote add java-repo-tools [email protected]:GoogleCloudPlatform/java-repo-tool
2727
git fetch java-repo-tools master
2828
```
2929

30-
To make it easier to push changes back upstream, create a new branch.
31-
32-
```
33-
git checkout -b java-repo-tools java-repo-tools/master
34-
```
35-
3630
We can then go back to the `my-java-samples` code and prepare a Pull Request to
3731
add the `java-repo-tools` code in a subtree.
3832

@@ -54,7 +48,7 @@ git merge -s ours --no-commit java-repo-tools/master
5448
Finally, read the `java-repo-tools` into a subtree.
5549

5650
```
57-
git read-tree --prefix=java-repo-tools/ -u java-repo-tools
51+
git read-tree --prefix=java-repo-tools/ -u java-repo-tools/master
5852
```
5953

6054
Now all the content of `java-repo-tools` will be in the `java-repo-tools/`

0 commit comments

Comments
 (0)