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
|
encoding = utf-8
|
||||||
[guitool "Rebase"]
|
[guitool "Rebase"]
|
||||||
cmd = rebase
|
cmd = rebase
|
||||||
[user]
|
|
||||||
name = Anthony Perkins
|
|
||||||
email = anthony@acperkins.com
|
|
||||||
[alias]
|
[alias]
|
||||||
ci = commit
|
ci = commit
|
||||||
co = checkout
|
co = checkout
|
||||||
|
@ -23,3 +20,5 @@
|
||||||
lastmail = format-patch --stdout -1 HEAD
|
lastmail = format-patch --stdout -1 HEAD
|
||||||
unstage = reset HEAD --
|
unstage = reset HEAD --
|
||||||
up = pull --rebase
|
up = pull --rebase
|
||||||
|
[include]
|
||||||
|
path = .gitconfig.local
|
||||||
|
|
Loading…
Reference in a new issue