dotfiles/.gitconfig
2023-08-13 22:53:58 -07:00

39 lines
845 B
INI

[user]
name = Hunter Haugen
email = hunter@haugens.org
signingkey = 0xEF99694AA599DDAD
[color]
ui = true
[alias]
lg = "log --decorate --pretty=format:'%C(yellow)%h%C(reset) %C(green)%G?%C(reset) %C(blue)%an%C(reset) %C(cyan)%ch%C(reset) %s %C(auto)%d%C(reset)' --graph --date-order"
[diff]
tool = vimdiff
compactionHeuristic = true
[difftool "vimdiff"]
cmd = mvimdiff
path = /Users/hunner/local/bin/mvimdiff
[core]
excludesfile = ~/.gitignore_global
pager = `test \"$TERM\" = \"dumb\" && echo cat || echo less -R`
[push]
default = current
[hub]
protocol = https
[gitreview]
username = hunner
[github]
user = hunner
password =
oauth-token =
[gpg]
program = gpg
[commit]
gpgsign = true
[http]
cookiefile = ~/.gitcookies
[url "git@github.com:"]
insteadOf = https://github.com/
[pull]
ff = only
[init]
defaultBranch = main