tj.git-extras/man/git-graft.md
spacewander 76e0dfef97 replace visionmedia/git-extras to tj/git-extras
Although Github reserves the 'visionmedia' user space(a visit to there
will be redirected to 'tj'), it's better to
rename the links from visionmedia/git-extras to tj/git-extras
2014-11-06 17:12:01 +08:00

600 B

git-graft(1) -- Merge and destroy a given branch

SYNOPSIS

git-graft <src-branch> [<dest-branch>]

DESCRIPTION

Merge commits from <src-branch> into <dest-branch> which defaults to the current branch.

OPTIONS

<src-branch>

<dest-branch>

EXAMPLES

$ git graft new_feature dev
$ git graft new_feature

AUTHOR

Written by Kenneth Reitz <me@kennethreitz.com>

REPORTING BUGS

<https://github.com/tj/git-extras/issues>

SEE ALSO

<https://github.com/tj/git-extras>