I didn't realize I needed to add my email address to .gitconfig
for Github to detect commits as "contributions," resulting in several months of commits failing to show up in the "contributions" pane. Is it possible to add these commits as contributions retroactively? Perhaps I can change the email address/name of the "committer" for each of my past commits, and the "contributions" pane will update itself? How can I accomplish this with git
?
Edit: To clarify, I am the only contributor for the relevant repositories. I just use Github as a nice way to backup my files, sync them to different workstations, and keep track of my changes.