I know there are similar questions on Stackoverflow, but they are not exactly what I'm looking for.
I worked on a repo for about a year. When I checked the contributors page in Github: https://github.com/company-name/repo-name/graphs/contributors
, it shows only 1 commit, which is not the case.
I was able to figure out that this is because I didn't have a global ~/.gitconfig
file for some reason. I created the file, added my name and my email, and now when checking the above url I finally started seeing new commits. However, my entire previous year of contributions are not displayed there.
Is there a way to retroactively display all commits on this github page?