Members only Git Featured The Git Reflog — Your Hidden Lifeline Did I just delete a month's work? 😱 Just the thought of it probably gives you the creeps. Here's how to recover deleted branches and commits!
Git Featured How to Undo Changes in Git (reset vs revert vs restore) The need to undo changes during development is commonplace working with Git, but can many times feel daunting. In this post we'll look at three simple ways of undoing changes using reset, revert, and restore.