Git has become the defacto way development teams version their work, meaning that multiple people can work on the same codebase with ease, or that changes can be fairly quickly unpicked if needed.
Getting good at Git will help you be a more well rounded developer.
Decoupling Git and my Jekyll work
Reworking how I use Git with Jekyll to allow me to write more freely.
Git commands we use most often
Some basic Git commands that we frequently use here at Tosbourn Ltd.
Rebasing in Git - A Basic Guide
Some of the more basic commands I use when rebasing in Git
Quickly tidy up old git branches
How to quickly tidy up your local and remote git branches
Custom Routing of Github emails
You can update your email preferences on a per organisation basis in Github
If you store WP code on Github consider your wp-config.php
Something to think about if you store WordPress code on GitHub
Commit Driven Development
What I believe could be a precursor for Test Driven Development
Using Git to create an archive of changed files
A guide to creating an archive of changed files using Git
Git command to show files changed in a commit
How to see exactly which files have changed in a single commit
Useful Git Links
A useful list of resources for learning how to best use Git