diff --git a/README.md b/README.md index 1472787..9a6819e 100644 --- a/README.md +++ b/README.md @@ -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 ```