swdev-git-interactive-rebase/readme.md
2024-10-11 14:47:12 +02:00

10 lines
437 B
Markdown

# About interactive rebases
Interactive rebases provide a manual way of rewriting the
history of your repository. The changes associated to the
commits specified in your rebase range are reapplied
at the top of the given base target. During an interactive
rebase, you can intervene in this process and rearrange
the order; drop some commits; modify commit messages and
file changes; squash some commits together -- or split
them apart.