mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
55 lines
916 B
Groff
55 lines
916 B
Groff
.\" generated with Ronn/v0.7.3
|
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
.
|
|
.TH "GIT\-SYNC" "1" "October 2017" "" "Git Extras"
|
|
.
|
|
.SH "NAME"
|
|
\fBgit\-sync\fR \- Sync local branch with remote branch
|
|
.
|
|
.SH "SYNOPSIS"
|
|
\fBgit sync\fR [ <remote> <branch> ]
|
|
.
|
|
.SH "DESCRIPTION"
|
|
Sync local branch with <remote>/<branch>\.
|
|
.
|
|
.P
|
|
When <remote> and <branch> are not specified on the command line, upstream of local branch will be used by default\.
|
|
.
|
|
.P
|
|
All changes and untracked files and directories will be removed\.
|
|
.
|
|
.SH "EXAMPLES"
|
|
Sync local branch with its upstream
|
|
.
|
|
.IP "" 4
|
|
.
|
|
.nf
|
|
|
|
$ git sync
|
|
.
|
|
.fi
|
|
.
|
|
.IP "" 0
|
|
.
|
|
.P
|
|
Sync local branch with origin/master
|
|
.
|
|
.IP "" 4
|
|
.
|
|
.nf
|
|
|
|
$ git sync origin master
|
|
.
|
|
.fi
|
|
.
|
|
.IP "" 0
|
|
.
|
|
.SH "AUTHOR"
|
|
Written by Takuma Yamaguchi <\fIkumon0587@gmail\.com\fR>
|
|
.
|
|
.SH "REPORTING BUGS"
|
|
<\fIhttps://github\.com/tj/git\-extras/issues\fR>
|
|
.
|
|
.SH "SEE ALSO"
|
|
<\fIhttps://github\.com/tj/git\-extras\fR>
|