put note in bash comment

This commit is contained in:
Siddharth Kannan 2017-12-18 19:02:14 +05:30
parent 476ac23dff
commit 3f54a777cd
1 changed files with 1 additions and 1 deletions

View File

@ -797,7 +797,7 @@ You can set a remote branch as the upstream for the current local branch using:
```sh
$ git branch --set-upstream-to [remotename]/[branch]
$ or, using the shorthand:
# or, using the shorthand:
$ git branch -u [remotename]/[branch]
```