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

相关推荐
甜到心里的蛋糕7 小时前
github汉化
git·github
逆旅行天涯11 小时前
【vitePress】基于github快速添加评论功能(giscus)
前端·github
我有一棵树12 小时前
style标签没有写lang=“scss“引发的 bug 和反思
前端·bug·scss
℡52Hz★13 小时前
如何正确定位前后端bug?
前端·vue.js·vue·bug
小华同学ai1 天前
shortlink:我敢打赌90%以上的项目都能用上的开源项目,短链生成神器,一键生成短链接的开源神器,简单又好用
github
Dong雨2 天前
写作利器:如何用 PicGo + GitHub 图床提高创作效率
github·typora·picgo·图床
Ivy_Hu6772 天前
解决github无法clone的问题
github
ShiinaKaze2 天前
【MCU】CH591用软件 I2C 出现的 bug
mcu·bug·i2c
hunter2062062 天前
ubuntu修改hosts文件使之能下载github的文件
linux·ubuntu·github
Chris _data2 天前
git企业的使用详细命令行操作
大数据·git·elasticsearch·gitee·github