Skip to content

Commit

Permalink
Fixed typo in git branch -rr invocation (k88hudson#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
buslov authored and RichardLitt committed Dec 29, 2017
1 parent 68820c1 commit 26138f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 26138f0

Please sign in to comment.