add example of git-sync

This commit is contained in:
Takuma Yamaguchi 2016-01-16 01:47:30 +09:00
parent 3481ff245e
commit 19ece6192e

View file

@ -991,7 +991,13 @@ The above rebase `feature` branch on top of `master` branch
## git sync
Sync local branch with remote branch
Sync local branch with its remote branch
```bash
$ git sync
```
Sync local branch with origin/master
```bash
$ git sync origin master