Git
-
Set up git config.
cp ~/Dropbox/Basic/new_machine/linux/.gitconfig ~/ -
Install templates. Specifically, this adds one pre-commit check that blocks commits that contain
DO NOT COMMITorbreakpoint.cp -R ~/Dropbox/Basic/new_machine/linux/.git_templates ~/chmod 755 ~/.git_templates/hooks/pre-commitConfigure git to use the templates.git config --global init.templatedir '~/.git-templates'