Commits not showing in Github contribution graph
May 21, 2021
Github shows your commit in the contribution graph only if the commit was made with the email linked to your Github account. You can check the email address that is currently set in the global config by using the command git config --global user.email
and update the global config to use your github email address — git config --global user.email your@email.com
Any commits now made will be shown in the contribution graph.