为什么我致力于组织的私人存储库不在我的个人资料页面上显示?

发布于 2025-01-24 06:12:09 字数 229 浏览 1 评论 0 原文

我将公司的私人存储库克隆到一个组织中。 (没有叉子)

我在本地创建了一个名为“修复”的新分支,并编写了一些代码。

进行了60个提交。

承诺,然后通过使用 git推动原点修复推动,

即使合并了拉的请求,我也看不到我的个人资料中的那些绿色提交框。

为什么我的提交在我的个人资料页面上不显示为绿色块,如何让它们显示(如果可能的话,下次我应该做什么不同)?

I have cloned my company's private repo in an organization. (no fork)

I have created a new branch called 'fix' in my local, and wrote some code.

Made 60 commits.

Committed, then pushed by using git push origin fix

Even when the pull request is merged, I do not see those green commit boxes in my profile.

Why aren't my commits showing on my profile page as green blocks, and how can I get them to show (if not possible, what should I do differently next time)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

初见你 2025-01-31 06:12:09

在github上,请确保您在个人资料上启用私人贡献。单击“贡献设置”,然后单击“私人捐款”。

On GitHub, make sure you enable private contributions on your profile. Click "Contribution settings" and then "Private contributions."

enter image description here

烟雨凡馨 2025-01-31 06:12:09

图表中仅显示对默认分支的提交。

检查 docs

Only commits made to the default branch are shown in the graph.

Check the docs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文