my author name in all my commits is coming up as unknown https://github.com/freeenergy/Teacher-Login-Validation-Module
did this
$ git config
I just found my recent push is with author "Unknown".
What I just did was to reset the last commit by git reset --mixed HEAD~1
and add
, commit
, and push -f
by git-bash
. Push by GitKraken always mess this up, but git-bash
does it well. My suggestion is always check the author before push with git log
.