[core] excludesfile = ~/.gitignore editor = /usr/local/bin/nvim autocrlf = input fileMode = false [user] name = Max Bucknell email = me@maxbucknell.com [alias] dc = diff --cached di = diff amend = commit --amend aa = add --all ff = merge --ff-only noff = merge --no-ff pf = pull --ff-only fa = fetch --all st = status ci = commit --verbose co = checkout current-branch = rev-parse --abbrev-ref HEAD cl = clone ll = !max-git-log whodunnit = blame [color] ui = auto [help] autocorrect = 1 [push] default = current [github] user = maxbucknell [credential] helper = osxkeychain