]> git.phdru.name Git - git-wiki.git/commitdiff
Explain what the current branch is
authorOleg Broytman <phd@phdru.name>
Mon, 24 Aug 2015 12:55:23 +0000 (15:55 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 24 Aug 2015 12:55:23 +0000 (15:55 +0300)
pep-git.txt

index 404171eb890beb07f5454467b2152b6cb3d7da7e..c411bd9178348b3332973eb8fea6be013b48fdde 100644 (file)
@@ -209,7 +209,8 @@ The second command fetches commits from the named $BRANCH in the
 $REMOTE repository that are not in your repository and updates both
 the local branch $BRANCH and its upstream remote-tracking branch. But
 it refuses to update branches in case of non-fast-forward. And it
 $REMOTE repository that are not in your repository and updates both
 the local branch $BRANCH and its upstream remote-tracking branch. But
 it refuses to update branches in case of non-fast-forward. And it
-refuses to update the current branch.
+refuses to update the current branch (currently checked out branch,
+where HEAD is pointing to).
 
 The first command is used internally by ``git pull``.
 
 
 The first command is used internally by ``git pull``.