Automate the cleanup of my feature branch with Git Autosquash

Share this video with your friends

Send Tweet

We work on our feature branch and commit a lot, also knowing we’ll have to do an interactive rebase to clean up our history once we’re done. Well, we could also automate that cleanup step to some degree, using Git’s autosquash feature. Let’s have a look.