Update gitconfig
This commit is contained in:
parent
4421531597
commit
0850cd6902
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
[user]
|
[user]
|
||||||
name = Hunter Haugen
|
name = Hunter Haugen
|
||||||
email = hunter@puppetlabs.com
|
email = hunter@puppetlabs.com
|
||||||
|
signingkey = 48C7AF0C
|
||||||
[color]
|
[color]
|
||||||
ui = true
|
ui = true
|
||||||
[alias]
|
[alias]
|
||||||
|
|
@ -11,10 +12,14 @@
|
||||||
cmd = mvimdiff
|
cmd = mvimdiff
|
||||||
path = /Users/hunner/local/bin/mvimdiff
|
path = /Users/hunner/local/bin/mvimdiff
|
||||||
[core]
|
[core]
|
||||||
excludesfile = /opt/boxen/config/git/gitignore
|
excludesfile = ~/.gitignore_global
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
[hub]
|
[hub]
|
||||||
protocol = https
|
protocol = https
|
||||||
[gitreview]
|
[gitreview]
|
||||||
username = hunner
|
username = hunner
|
||||||
|
[github]
|
||||||
|
user = hunner
|
||||||
|
password =
|
||||||
|
oauth-token =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue