Fixed Makefile to config git user info

This commit is contained in:
2019-02-13 12:42:42 -05:00
parent ca11256b0e
commit bcc6912992
2 changed files with 8 additions and 8 deletions

View File

@@ -17,10 +17,11 @@
uncommit = reset --mixed HEAD~
amend = commit --amend
unmerged = diff --name-only --diff-filter=U
alias = config --get-regexp ^alias\\.
[push]
default = simple
[color]
ui = true
[user]
name = chawley (hannibal)
name = chawley
email = chawley@planethawleywood.com