Git cheatsheet
Draft
2017-12-17 by rp
A list of my Git use cases and aliases
This article shows how to configure your local Linux machine for SSH access to GitHub. If you're using two-factor authentication don't miss step #8.
Git hooks are Bash scripts that live in the hooks
directory inside a git
repo directory. Git hooks are Bash scripts that live in the hooks
directory inside a git
repo directory. This article shows a simple pre-commit hook in action.