git
Cloning a repo, in case I get a head injury and forget how to do this
Looking at diffs of actual changes, while viewing logs
git log -U
git log --color --patch --no-merges --ignore-all-space --unified=1Creating a new branch based off the current branch
List of branches you've ever checked out in this repo
Grepping files in the repo
Checking out code from a specific pull request
Determine what files changed, excluding deleted
Global git settings
Show all global variables
Set or change the fullname or email address used in your commits
Last updated