swdev-git-interactive-rebase/readme.md

11 lines
437 B
Markdown
Raw Normal View History

2024-10-11 14:18:16 +02:00
# About interactive rebases
2024-10-11 14:34:30 +02:00
Interactive rebases provide a manual way of rewriting the
2024-10-11 14:47:12 +02:00
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.