Skip to content

Commit 638b601

Browse files
committed
Remove command that was copy-paste error.
The pulling changes from Java Repository Tools instructions can now be followed verbatim.
1 parent 79d5d11 commit 638b601

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,7 @@ git fetch java-repo-tools master
115115
git checkout -b java-repo-tools java-repo-tools/master
116116
```
117117

118-
To pull the changes when in this branch run
119-
120-
```
121-
git pull java-repo-tools master
122-
```
123-
124-
To pull the changes back from upstream:
118+
To pull the latest changes from this `java-repo-tools` repository, run:
125119

126120
```
127121
git checkout java-repo-tools

0 commit comments

Comments
 (0)