How are commits counted by the GitHub contributions graph?

前端 未结 2 1194
面向向阳花
面向向阳花 2020-11-27 23:35

How are contributions in the GitHub Contributions graph on my profile counted? (The one with the green dots.) Does whether a commit is counted or not depend on the username

2条回答
  •  渐次进展
    2020-11-28 00:01

    Make sure setting your email in local configuration.

    git config --global user.name "kimcrab"
    git config --global user.email "kimcrab89@gmail.com"
    

提交回复
热议问题