Programming
Git Commits that Don’t Suck: A Beginner’s Guide
When I first started professionally programming in a team, one of the first articles I had to read and memorize was How to Write a Git Commit Message by Chris Beams. And since then I used his method of writing imperative style, short and clear commit messages. His recommendation is Read more…