Include .gitconfig.local for user.name and user.email

This commit is contained in:
Anthony Rose 2021-03-11 22:47:47 +00:00
parent e8b1faf6a5
commit 4e26a596ad

View file

@ -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