wordpress 注冊 插件信息流優(yōu)化師是干什么的
有一些幾句話就可以說明白的觀點或者解決的的問題,小虎單獨收集到這里。
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