Forrest logo
back to context overview

git-graft

List of commands for git-graft:

  • git-graft:tldr:349a5 git-graft: Merge all commits not present on the target branch from the source branch to target branch, and delete the source branch.
    $ git graft ${source_branch} ${target_branch}
    try on your machine
    explain this command
back to context overview