Include .gitconfig.local for user.name and user.email
This commit is contained in:
parent
e8b1faf6a5
commit
4e26a596ad
1 changed files with 2 additions and 3 deletions
|
@ -10,9 +10,6 @@
|
|||
encoding = utf-8
|
||||
[guitool "Rebase"]
|
||||
cmd = rebase
|
||||
[user]
|
||||
name = Anthony Perkins
|
||||
email = anthony@acperkins.com
|
||||
[alias]
|
||||
ci = commit
|
||||
co = checkout
|
||||
|
@ -23,3 +20,5 @@
|
|||
lastmail = format-patch --stdout -1 HEAD
|
||||
unstage = reset HEAD --
|
||||
up = pull --rebase
|
||||
[include]
|
||||
path = .gitconfig.local
|
||||
|
|
Loading…
Reference in a new issue