bookmark

Git - git-rebase Documentation


Description

The interactive rebase command was originally designed to handle individual patch series. As such, it makes sense to exclude merge commits from the todo list, as the developer may have merged the then-current master while working on the branch, only to rebase all the commits onto master eventually (skipping the merge commits).

Preview

Tags

Users

  • @jil

Comments and Reviews