Fixed Makefile to config git user info
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user