tj.git-extras/man/git-sync.md
Takuma Yamaguchi 12e416a324 add git-sync
2016-01-14 00:19:12 +09:00

31 lines
599 B
Markdown

git-sync(1) -- Sync local branch with remote branch
=================================================================
## SYNOPSIS
`git sync` <remote> <branch>
## DESCRIPTION
Sync local branch with <branch> of <remote>.
All changes and untracked files and directories will be removed.
## EXAMPLES
Sync local branch with origin/master
$ git sync origin master
## AUTHOR
Written by Takuma Yamaguchi &lt;<kumon0587@gmail.com>&gt;
## REPORTING BUGS
&lt;<https://github.com/tj/git-extras/issues>&gt;
## SEE ALSO
&lt;<https://github.com/tj/git-extras>&gt;