有没有办法显示未存储在 GitHub 上的存储库的 GitHub 贡献?

Is there a way to show GitHub contributions for repositories not stored on GitHub?

我是一名实习生,正在努力为任何潜在的未来雇主建立更具吸引力的 GitHub 资料。在实习期间,我正在做一个远程存储库不在 GitHub 上的项目。理想情况下,我所做的任何提交都会被 GitHub 漂亮的贡献跟踪器记录下来,以显示我的工作效率。有什么方法可以通知 GitHub 我对这个 GitHub-less Git 项目的贡献吗?

没有。为什么 GitHub 想要这个? :)

见[1]

What counts as a contribution

On your profile page, certain actions count as contributions:

  • Committing to a repository's default branch or gh-pages branch.
  • Opening an issue.
  • Proposing a pull request.

Contributions only count if they were made within the past year.

Note: Commits will only appear on your contributions graph if you have added the email address you used for your local Git configuration to your GitHub email settings. For more information, see "Why are my contributions not showing up on my profile?".

[1] https://help.github.com/articles/viewing-contributions-on-your-profile-page/

是的,使用我的 GitDummy 项目。

https://github.com/ebrian/gitdummy

这基本上仅将提交消息转录到与 GitHub 存储库同步的虚拟存储库。