From: Oleg Broytman Date: Wed, 15 Jun 2016 17:42:26 +0000 (+0300) Subject: ``git status --branch`` and ``git branch --verbose`` X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=commitdiff_plain;h=fd1ba429233aeabf7e98ea93c526c0f83f79b04b ``git status --branch`` and ``git branch --verbose`` --- diff --git a/pep-103.txt b/pep-103.txt index f17f08f..bf8e389 100644 --- a/pep-103.txt +++ b/pep-103.txt @@ -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