Better Commit Messages with a .gitmessage Template Bring consistency to the structure of your pull requests. Matt Sumner August 6, 2015 Git
Code Sleuthing with Git Git can help you uncover the history of a code snippet. Ian C. Anderson March 31, 2015 Git
Announcing Goal-Oriented Git Our latest book is all about using Git effectively. George Brocklehurst February 20, 2015 News Git Books
Git interactive rebase, squash, amend and other ways of rewriting history Learn the git tools that will allow you to keep a clean git history, how to use them, and why they should be handled with care. Tute Costa November 3, 2014 Git Tools
PGP and You Learn not only how to use PGP, but why each step is important and how to make decisions when interacting with PGP. Caleb Hearth October 31, 2014 Git Open Source Unix
Use Git Hooks to Automate Necessary but Annoying Tasks Certain tasks like updating dependencies or migrating a database must be done... Sean Doyle September 17, 2014 Git Open Source Unix Shell
Intent to Add The git add command runs blind, but can be controlled with more fine-grained... Calle Erlandsson August 9, 2014 Git
Announcing gitsh Announcing a new open source library, gitsh, for running Git in a dedicated shell. George Brocklehurst February 10, 2014 News Git Open Source
Compare Commits Between Git Branches Use git show-branch to more specifically compare commits across branches. George Brocklehurst January 16, 2014 Git