git-graft (1)
Leading comments
generated with Ronn/v0.7.3
http://github.com/rtomayko/ronn/tree/0.7.3
(The comments found at the beginning of the groff file "man1/git-graft.1".)
NAME
git-graft - Merge and destroy a given branch
SYNOPSIS
git-graft <src-branch> <dest-branch>
DESCRIPTION
Merge commits from <src-branch> into <dest-branch>
OPTIONS
<src-branch>
<dest-branch>
EXAMPLES
$ git graft new_feature dev
AUTHOR
Written by Kenneth Reitz <
me@kennethreitz.com>
REPORTING BUGS
<
github.com/tj/git-extras/issues>
SEE ALSO
<
github.com/tj/git-extras>