How can I alter/delete commit history?
I have been working on a project from my home computer, where git config user.name was different than the one at office. I do not want the nicks to mingle. I have already pushed the code to the official repository.
In the commit history as of now, I have the logs as: committed by "my_home_nick"
But I want all of the commit messages to appear as: committed by "my_office_nick"
Is there anyway of doing it?
In short say there are logs: committed by x
I want that to change to committed by y