I have been uploading my code to github for some time now. I've recently discovered that I have my personal email included with my commits and I want to remove it. How do I do that? Thank you in advance!
Asked
Active
Viewed 20 times
0
-
https://stackoverflow.com/search?q=%5Bgit%5D+change+email – phd Sep 27 '20 at 17:59
-
1You can use interactive rebase to re-edit commits and commit history. But be careful, since this will reconstruct git commit chain and can be tricky if you have merge commits or commits are spread over multiple branches. – Matej Vehar Sep 27 '20 at 17:59