mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
599 B
599 B
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 <kumon0587@gmail.com>
REPORTING BUGS
<https://github.com/tj/git-extras/issues>