I have a problem I cannot find solution to. I have made a lot of commits to my repo with a different name than my actual name on GitHub, so it didn't track those commits. Now, I have read that it can be changed retrospectively using different options, however each option I tried, despite being successful in terminal, didn't get reflected on a GitHub page. Problem is, I was committing under different name than I should have been, however email address was correct. Could this have had an impact on this?
to give an example without using my details:
- Used: name - X email - Z
- Should have used, and changed to: name - Y email - Z
funny thing also, after I ensure, that all my machines that I use are set to Y & Z, I did some commits from them too. some were coming through as Y & Z and some as X & Z, like it wasn't updated straight away. Right now, I believe all machines I use are fine and commits are coming through as Y & Z, but I still need to find a way to change previous commit's name X to Y.
Anyway I need a solution, so all and any ideas are welcome.
Last thing I tried was this: How to change the author and committer name and e-mail of multiple commits in Git?
Thank you.