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]
|
||||
name = Hunter Haugen
|
||||
email = hunter@puppetlabs.com
|
||||
signingkey = 48C7AF0C
|
||||
[color]
|
||||
ui = true
|
||||
[alias]
|
||||
|
|
@ -11,10 +12,14 @@
|
|||
cmd = mvimdiff
|
||||
path = /Users/hunner/local/bin/mvimdiff
|
||||
[core]
|
||||
excludesfile = /opt/boxen/config/git/gitignore
|
||||
excludesfile = ~/.gitignore_global
|
||||
[push]
|
||||
default = current
|
||||
[hub]
|
||||
protocol = https
|
||||
[gitreview]
|
||||
username = hunner
|
||||
[github]
|
||||
user = hunner
|
||||
password =
|
||||
oauth-token =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue