]> git.phdru.name Git - git-wiki.git/commitdiff
``git status --branch`` and ``git branch --verbose``
authorOleg Broytman <phd@phdru.name>
Wed, 15 Jun 2016 17:42:26 +0000 (20:42 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 15 Jun 2016 17:42:26 +0000 (20:42 +0300)
pep-103.txt

index f17f08fed55035935c912f7bca112ce230198763..bf8e3898f3f8daf0f259b9bb2c69fed67ba206f4 100644 (file)
@@ -193,13 +193,13 @@ remote-tracking branches, creates a local branch ``v1``, configure it
 to track upstream remotes/origin/v1 branch and checks out ``v1`` into
 the working directory.
 
-Some commands, like ``git status``, report the difference between
-local and remote branches. Please remember they only do comparison
-with remote-tracking branches in your local repository, and the state
-of those remote-tracking branches can be outdated. To update
-remote-tracking branches you either fetch and merge (or rebase)
-commits from the remote repository or update remote-tracking branches
-without updating local branches.
+Some commands, like ``git status --branch`` and ``git branch --verbose``,
+report the difference between local and remote branches.
+Please remember they only do comparison with remote-tracking branches
+in your local repository, and the state of those remote-tracking
+branches can be outdated. To update remote-tracking branches you
+either fetch and merge (or rebase) commits from the remote repository
+or update remote-tracking branches without updating local branches.
 
 
 Updating local and remote-tracking branches