I have been facing this bug for quite some time and I would like some assistance with it. I'm using git to commit codes from my project on visual studio. When I commit on Git Extension, it shows my name correctly. See picture below.
But on the Azure Devops, it shows another person name instead of mine who has supposedly committed the changes as shown here. Green one is my commit but there is another name which shows up. (Red one)
I have followed the following solutions which I found but to no avail.
- Verify that my [user] name and email are properly set in the Git config file in git folder where I checked out the project.
- Verify that my user name and user email on the Git settings in Git Extension are set properly.