]> git.phdru.name Git - git-wiki.git/commitdiff
Change wording
authorOleg Broytman <phd@phdru.name>
Sat, 4 Jul 2015 15:40:31 +0000 (18:40 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 4 Jul 2015 15:40:31 +0000 (18:40 +0300)
pep-git.txt

index bb1d77b73f63e7e7e4036cdaf555afa96deaca6e..42cce324207616c312ffa2d4283ed5c1dcecaf30 100644 (file)
@@ -199,9 +199,9 @@ and
     $ git fetch $REMOTE $BRANCH:$BRANCH
 
 The first command fetches commits from the named $BRANCH in the
-$REMOTE repository that are not in your repository and leaves the id
-(the hash) of the head commit in file .git/FETCH_HEAD and updates
-remote-tracking branch.
+$REMOTE repository that are not in your repository, updates
+remote-tracking branch and leaves the id (the hash) of the head commit
+in file .git/FETCH_HEAD.
 
 The second command fetches commits from the named $BRANCH in the
 $REMOTE repository that are not in your repository and updates both