[user] email = andrew@andrewswistak.com name = Andrew Swistak [push] default = simple [interactive] singlekey = true [alias] lol = log --oneline c = commit s = status cam = commit -am cane = commit --amend --no-edit cm = commit -m ca = commit -a d = diff ch = checkout chp = cherry-pick ctags = !.git/hooks/ctags [core] editor = nvim pager = less -F -X excludesfile = ~/.gitignore [diff] tool = vimdiff [merge] tool = vimdiff [mergetool] prompt = false [mergetool "vimdiff"] cmd = nvim -d $BASE $LOCAL $REMOTE $MERGED -c '$wincmd W' -c '$wincmd J' [color] ui = auto diff = auto status = auto branch = auto interactive = auto grep = auto [url "github:"] insteadOf = git@github.com insteadOf = github.com [init] templatedir = ~/.git_template