[user] email = t@laumann.xyz name = Thomas Bracht Laumann Jespersen [core] editor = vim [alias] co = checkout ci = commit amend = commit --amend --no-edit st = status hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short br = !git -P branch -lv # interactive rebase w/autosquash irebase = rebase -i --autosquash fuckit = reset --hard #l = log --pretty=format:'%h %G? [%aN] %s' #l = log --pretty=format:'%C(auto,yellow)%h%Creset %G? %C(green)%aN <%aE>%Creset%C(auto)%d%Creset %s' l = log --pretty=format:'%C(auto,yellow)%h%Creset %G? %C(green)%<|(30,trunc)%aN %Creset| %s%C(auto)%d%Creset' [color "diff"] new = yellow old = blue [includeIf "gitdir:~/omnioiot/"] path = ~/.dotfiles/git/omnio [init] defaultBranch = "master" [pretty] fixes = Fixes: %h (\"%s\")