So I've been making commits to my GitHub repo over the past week or so and I noticed that Contribution activity didn't get updated even though I made commits and pushed them to the master branch. Turns out that this was because I forgot to set this in the config file.
[user]
name = MyUsername
email = myemail@thatIUseForGitHub.com
Is it possible to change the commits that I have on my master branch by updating them somehow with the new git settings so that I can see the activity that has been made over the past week or so, or is it too late?