ALL ARTICLES

Stop using git rebase for all your squashing

Over 1 year ago - Squashing commits through interactive rebases is often cumbersome, and is often more easily accomplised using a variation of git reset...

The Swiss Army Knife that is "git checkout"

Over 1 year ago - The Git checkout command is deceptively powerful. This post looks at some of the things you can do with it...