When starting the project, I tested the ability to commit from my remote through Intellij. However, Intellij used the user of my remote server (I failed to check that or update the user if necessary). As a result, there are two commits in history that have that user as author. No problem, it's a home project.
But, in Github those two commits have attached a random Github user as a contributor.
I'd like the random contributor to be remove.
These are the commit in question:
commit 1dd3bff
commit a77f026
This is the author of those commits:
user1 user1@localhost.localdomain
Please update the author to the owner of the repo.
Thank you.