Front End Engineering, May 2015

Setup a git template

git config --global init.templatedir ~/.git_template

Always ignore .DS_Store

mkdir -p ~/.git_template/info/
echo ".DS_Store" >> ~/.git_template/info/exclude

Add some hooks

See Jake's dotfiles