FreeBSD Manual Pages
GIT-GRAFT(1) Git Extras 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 <https://github.com/tj/git-extras/issues> SEE ALSO <https://github.com/tj/git-extras> October 2017 GIT-GRAFT(1)
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | EXAMPLES | AUTHOR | REPORTING BUGS | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=git-graft&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports>