X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=blobdiff_plain;f=pep-103.txt;h=bf8e3898f3f8daf0f259b9bb2c69fed67ba206f4;hp=f17f08fed55035935c912f7bca112ce230198763;hb=fd1ba429233aeabf7e98ea93c526c0f83f79b04b;hpb=893d45ded9215943e86e2998e46b790cfe73f3b0 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