In this blog post, I will show you how to squash git commits into a single commit.GoalConsider that I have three commits below,commit 9a0fb88031d65(HEAD -> master)Third commitcommit 598202a5e1ce0Second commitcommit 8bdd989b96368First commitNow, I want to … [Read more...] about How to squash git commits