X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=pep-git.txt;h=42cce324207616c312ffa2d4283ed5c1dcecaf30;hb=5a0fd8f0ab3191f27410de88e9e25d8d6b8b12c7;hp=bb1d77b73f63e7e7e4036cdaf555afa96deaca6e;hpb=3c69930122749e2c433afedec102dbae698d88d3;p=git-wiki.git 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