向分支上面提交了代码,github个人首页的Contributions不显示提交记录?

向分支上面提交了代码,github个人首页的Contributions不显示提交记录?提交到master的就会显示,是什么情况?

阅读 7k
6 个回答

该有的,自然会有的

新手上路,请多包涵

这不是BUG,这是github的特性。合并到master后,之前的contrbutions就会显示

只显示master分支

Commit was not made in the default or gh-pages branch
Commits are only counted if they are made in the default branch (usually master) or the gh-pages branch (for repositories with Project Pages sites). If your commits are in a non-default or non-gh-pages branch and you'd like them to count toward your contributions, you will need to do one of the following:

Open a pull request to have your changes merged into the default branch or the gh-pages branch.
Change the default branch of the repository.