You would have gone through a phase where in you have been committing your code as someone else from your system, use these steps to make sure you don’t have that headache anymore.
Set a Git username:
git config --global user.name "Hemanth Bidare"
Confirm the setting is right
git config --global user.name