20 lines
463 B
INI
20 lines
463 B
INI
[user]
|
|
name = Hunter Haugen
|
|
email = hunter@puppetlabs.com
|
|
[color]
|
|
ui = true
|
|
[alias]
|
|
lg = "log --pretty=format:'%C(yellow)%h%C(reset) %C(blue)%an%C(reset) %C(cyan)%cr%C(reset) %s %C(green)%d%C(reset)' --graph --date-order"
|
|
[diff]
|
|
tool = vimdiff
|
|
[difftool "vimdiff"]
|
|
cmd = mvimdiff
|
|
path = /Users/hunner/local/bin/mvimdiff
|
|
[core]
|
|
excludesfile = /opt/boxen/config/git/gitignore
|
|
[push]
|
|
default = current
|
|
[hub]
|
|
protocol = https
|
|
[gitreview]
|
|
username = hunner
|