mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
add example of git-sync
This commit is contained in:
parent
3481ff245e
commit
19ece6192e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue