GitHub技巧
本文最后更新于:3 年前
1.GitHub下载单个文件:
https://github.com/coolfishstudio/cfs.snow.js/blob/master/CFS.Snow.js
① 将 github.com 替换 为 raw.githubusercontent.com
② 去掉 /blob
即可。
2.git配置,以及配置GitHub
配置本项目(局部)
git config user.name “your-username”
git config user.email “your-email-address”配置全局
git config –global user.name “your-username”
git config –global user.email “your-email-address”
GitHub技巧
https://chris-z-su.github.io/2022/05/12/git/GitHub技巧/