Previously I wrote about git rebase --interactive --autosquash
, and showed a couple of helper aliases to aid in creating the specially formatted commit messages used by --autosquash
.
In 1.7.4, Git gained built-in versions of these helpers (specifically in d71b8ba and 89ac122). It is now possible to use the commit command directly (or much more simple aliases) to create fixup
and squash
commits for use with --autosquash
. Read More ›