Writing a Good Git Commit Message

Before we jump into the best practices for composing top tier Git commit messages, let’s start with a quick refresher on what a commit is in Git. Git commits are a way to “record changes to a repository.” A Git repository is the collection of files tracked in the .git folder of a project. In … Continue reading Writing a Good Git Commit Message