github技巧和bug解决方法短篇收集

有一些几句话就可以说明白的观点或者解决的的问题,小虎单独收集到这里。

Commits没有算入每天的activity

fork的仓库是不算的。

Commits made in a fork will not count toward your contributions.
参考
Contribution activity not shown for github page

移除已忽略的文件Remove ignored file in .gitignore

The rules in your .gitignore file only apply to untracked files. Since the files under that directory were already committed in your repository, you have to unstage them, create a commit, and push that to GitHub:

复制代码
git rm -r --cached your_file
git commit -m 'Remove the now ignored file'
git push origin master

参考:

https://stackoverflow.com/a/7927283/15329637

引用github仓库Cite github repo


参考:

https://academia.stackexchange.com/questions/14010/how-do-you-cite-a-github-repository

github仓库数据查看Github repo data

相关推荐
码农很忙3 小时前
从零开始搭建个人博客:基于Hexo + GitHub Pages的完整指南
github
徐同保3 小时前
如何使用GitKraken把git项目迁移到另一个平台,并保存所有提交记录,例如把github上的项目,迁移到gitee
git·gitee·github
whysqwhw5 小时前
Kotlin `by`关键字特性深度解析
github
uhakadotcom6 小时前
Loguru 全面教程:常用 API 串联与实战指南
后端·面试·github
wow_DG6 小时前
【Python✨】VS Code 秒开 Python 类型检查:一招 mypy + settings.json 让你的 Bug 原地现形!
python·json·bug
逛逛GitHub7 小时前
推荐 5 个 yyds 的 Claude Skills 开源项目。
github
weixin_436525078 小时前
使用 idea 命令行构建 Docker 镜像并部署到云服务器
linux·docker·github
MicrosoftReactor12 小时前
技术速递|GitHub Copilot CLI:快速上手指南
github·copilot
蜜汁小强13 小时前
Github 账号与登录 2025
github
Sahadev_14 小时前
GitHub 一周热门项目速览
github