On Mon, 21 Nov 2016 11:05:31 -0800 (PST)
Charlie Oehlrich <[email protected]> wrote:

> when i forced pushed it to github it said the commit was by 
> invalid-email-address so is there a way to change that?

No idea.

But supposedly you need to get correct settings for your
"user.name" and "user.email" configuration variable and then
amend your commit using

  git commit --amend --reset-author

You can verify the commit looks okay by doing

  git show

before pushing.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to