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:
parent
68820c1dc3
commit
26138f0f10
@ -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.
|
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
|
```sh
|
||||||
$ git branch -rr
|
$ git branch -r
|
||||||
origin/HEAD -> origin/gh-pages
|
origin/HEAD -> origin/gh-pages
|
||||||
origin/master
|
origin/master
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user