How to change a git commit author
Have you ever committed code and later realized that your email or name was not correct? I recently discovered you can do this (and more things) using the interactive rebase feature of Git.
Note: there are many other ways to do this as well, this is what I found worked