git-sync - Sync local branch with remote branch
git sync <remote> <branch>
Sync local branch with <branch> of <remote>. All changes and untracked files and directories will be removed.
Sync local branch with origin/master
$ git sync origin master
Written by Takuma Yamaguchi <kumon0587@gmail.com>
<https://github.com/tj/git-extras/issues>
<https://github.com/tj/git-extras>