From 5a0fd8f0ab3191f27410de88e9e25d8d6b8b12c7 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 4 Jul 2015 18:40:31 +0300 Subject: [PATCH] Change wording --- pep-git.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pep-git.txt b/pep-git.txt index bb1d77b..42cce32 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -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 -- 2.39.2