1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
.\" git-stuff(7) - additional Git utilities
.\" Copyright (C) 2006-2011 Daniel Baumann <daniel.baumann@progress-technologies.net>
.\"
.\" git-stuff comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
.\" This is free software, and you are welcome to redistribute it
.\" under certain conditions; see COPYING for details.
.\"
.\"
.TH GIT\-STUFF 1 2012\-03\-09 10 "Git Stuff"
.SH NAME
\fBgit\-cherry\-pick\-recursive\fR \- does a cherry\-pick for a commit and each all its children
.SH SYNOPSIS
\fBgit\-cherry\-pick\-recursive\fR \fIBRANCH\fR \fIID\fR
.SH DESCRIPTION
\fBgit\-cherry\-pick\-recursive\fR is a program that does a cherry\-pick for a specified id and for each of the children commits on a specified branch.
.SH OPTIONS
.IP "\fIBRANCH\fR" 4
specifies which branch the children commits should be deduced from.
.IP "\fIID\fR" 4
specifies which id should be started the cherry\-picking from.
.SH SEE ALSO
\fIgit\fR(1)
.PP
\fIgit\-stuff\fR(7)
.PP
This program is a part of git\-stuff.
.SH BUGS
Bugs can be reported by submitting a bugreport for the git\-stuff package in the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the author.
.SH AUTHOR
git\-stuff was written by Daniel Baumann <\fIdaniel.baumann@progress-technologies.net\fR>.
|