The Smart Ways to Correct Mistakes in Git

Posted on Tuesday, March 5th, 2019

I can’t tell you how many times I have to look up how to undo, revert, reset, or modify changes to my Git commits. It’s often hard to remember how to do something you don’t do on a daily basis. Tobias Günther gives us a quick writeup on CSS-Tricks that covers some of the more common ways to quickly run the most common commands. He also links to a “First Aid Kit for Git” project that he and other folks on the Tower team have created.

|