A few scripts to help with daily dev life
Git Hooks
Remove .sample of file name needed and copy into your git hooks folder.
By default the hooks directory is $GIT_DIR/hooks
Once moved into this folder, allow the file to be executable chmod +x
Pre-commit
This hook can be by passed by using the --no-verify option, or just -n
Show Which Branch
Simply Copy the contents from the bash_profile into your actual .bash_profile
Spell check
In commit-msg there is a link to the spell check script I use