`git push` 不会伪造我实际写了多少行

发布于 2024-12-17 12:31:35 字数 295 浏览 3 评论 0 原文

嗯,情况是我需要知道到目前为止我写了多少 LoC(代码行)。这很容易,因为 GitHub.com 有“统计和统计”功能。 “图表”-“影响”部分,一切都清晰可见。

问题是我需要添加 jQuery。您可能会注意到,我不是 jQuery 的作者。 (:

如果我 git add jQuery 作为我自己的代码,这对我自己不公平,不是吗?所以我正在寻找一种将所需文件获取到 GitHub.com 的方法(像往常一样) ,只是没有得到关于它们的LoCs++

这可能吗?谢谢您的建议!

Well, situation is that I need to know how LoC (lines of code) I have written so far. It's easy because GitHub.com has 'Stats & Graphs' - 'Impact' section where it's all clearly visible.

The problem is that I need to add, lets say, jQuery. I'm not author of jQuery, as you may notice. (:

It would be unfair to myself if I git add jQuery as my own code, isn't it? So I'm looking for a way to get needed files to GitHub.com (as usual), only without getting LoCs++ about them.

Is it possible? Thanks in an advice!

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

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

发布评论

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

评论(2

时光匆匆的小流年 2024-12-24 12:31:36

在提交之前暂时更改您在 Git 中的用户名,该提交将以不同的名称列出。 GitHub 将单独计算这些 LoC。

Temporarily change your username in Git before you commit, and the commit will be listed with a different name. GitHub will count those LoC separately.

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