What does the git log command do? By default, it shows you the log of commits starting from the latest commit of the branch you’re…
Tag: git log
Git squash merge: non, no, nein, nee, na, nej, não, net
Posted in Building future-proof software, and Did you notice?
Today I will tell you why you should say no to git squash merges. Even better I will show you. First, I will explain what lead me to write this post. Then, I will provide you with steps to reproduce a problem that seems ignored. A problem that will eventually bite you if you keep using git squash merges. No spoilers until you get there. Hopefully, you will get my point. Since the aim of this post is to save you time in the future or even now this will also be the latest entry of my future-proof series.