Let's say you've created a git repo and committed several changes, but then you realize that your global username and e-mail address settings aren't correct, and you need to change all the commits. How can that be done? Is it as easy as changing your global settings, then doing a git rebase --interactive
?
Now what if that repo was pushed to GitHub. Luckily, no one else has made changes to that repo or forked it. Is the easiest fix just to nuke the repo on GitHub and then re-create it?