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

36 lines
691 B
Groff

.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-SYNC" "1" "January 2016" "" ""
.
.SH "NAME"
\fBgit\-sync\fR \- Sync local branch with remote branch
.
.SH "SYNOPSIS"
\fBgit sync\fR <remote> <branch>
.
.SH "DESCRIPTION"
Sync local branch with <branch> of <remote>\. All changes and untracked files and directories will be removed\.
.
.SH "EXAMPLES"
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>