mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
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
600 B
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>