Skip to content

Git Commit doesn't appears on contribution calendar #23905

Discussion options

You must be logged in to vote

I looked at the history of one of your public repositories, and as you can see by the grey generic icon next to the name, most aren’t recognized as yours. GitHub uses the author email in the commit to connect commits to accounts, so this usually happens if you’re using an author email that isn’t listed in your account.

You have the following options to fix this:

  • If you want to use that email address, add it to your GitHub account.
  • If you don’t want to use that email address, change your user.email setting in Git, so future commits will be correct. In that case you could also rebase the affected commits and change the author address, but that may cause trouble if you’ve already share them…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants