Git Core Improvements and Contributions
How to keep your Git history clean with interactive rebase

How to keep your Git history clean with interactive rebase

11/23/2020 · Tobias Günther

What this post added

This post details how to use interactive rebase for cleaning up local commit history, including rewording commit messages, squashing multiple commits into one, and using 'fixup' with '--autosquash' to correct earlier commits without leaving 'band-aid' commits.

Read the original post ↗