Amending the author of a commit

suggest change

If you make a commit as the wrong author, you can change it, and then amend:

git config user.name "Full Name"
git config user.email "email@example.com"

git commit --amend --reset-author

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents