Tag: Git


Blogs

How — and Why — to Write Commit Messages First

Writing your commit messages first keeps you and your pair focused between the feature you are currently trying to implement and whatever current change you are making that could be a smaller, more atomic pushable commit.

Git Switch and Restore: an Improved User Experience

A look at how the two commands expands Git’s vocabulary to specifically deal with a single aspect of the repository.