1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-03-10 12:48:43 -03:00

Fixed typo in git branch -rr invocation (#190)

This commit is contained in:
Artem Buslov 2017-12-29 17:52:07 +03:00 committed by Richard Littauer
parent 68820c1dc3
commit 26138f0f10

View File

@ -822,7 +822,7 @@ $ git branch -u [remotename]/[branch] [local-branch]
By checking your remote branches, you can see which remote branch your HEAD is tracking. In some cases, this is not the desired branch.
```sh
$ git branch -rr
$ git branch -r
origin/HEAD -> origin/gh-pages
origin/master
```