dotfiles/dot_gitconfig

22 lines
561 B
Plaintext

[user]
name = TheEdgeOfRage
email = git@theedgeofrage.com
signingkey = 66AD4BA646FBC0D2
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
slg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s' --abbrev-commit
[diff]
tool = nvim -d
[difftool]
prompt = false
[commit]
gpgsign = true
[pull]
rebase = true
[url "github.com:duneanalytics"]
insteadOf = https://github.com/duneanalytics
[init]
defaultBranch = main
[color]
ui = auto