|
NAMEgit-sync - Sync local branch with remote branchSYNOPSISgit sync [--soft] [ <remote> <branch> ]DESCRIPTIONSync local branch with <remote>/<branch>.When <remote> and <branch> are not specified on the command line, upstream of local branch will be used by default. All changes and untracked files and directories will be removed unless you add -s(--soft). OPTIONS--soft or -sAdd this flag if you want to preserve untracked files. EXAMPLESSync local branch with its upstream
Sync local branch with origin/master
Sync without cleaning untracked files:
AUTHORWritten by Takuma Yamaguchi <kumon0587@gmail.com>REPORTING BUGS<https://github.com/tj/git-extras/issues>SEE ALSO<https://github.com/tj/git-extras>
Visit the GSP FreeBSD Man Page Interface. |