Git

  1. Set up git config. cp ~/Dropbox/Basic/new_machine/linux/.gitconfig ~/

  2. Install templates. Specifically, this adds one pre-commit check that blocks commits that contain DO NOT COMMIT or breakpoint. cp -R ~/Dropbox/Basic/new_machine/linux/.git_templates ~/ chmod 755 ~/.git_templates/hooks/pre-commit Configure git to use the templates. git config --global init.templatedir '~/.git-templates'