logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-graft - Merge and destroy a given branch

Author

       Written by Kenneth Reitz <me@kennethreitz.com>

Description

       Merge commits from <src-branch> into <dest-branch>

Examples

       $ git graft new_feature dev

Name

git-graft - Merge and destroy a given branch

Options

       <src-branch>

       <dest-branch>

Reporting Bugs

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

See Also

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

                                                  October 2024                                      GIT-GRAFT(1)

Synopsis

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

See Also