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

  1. 配置本项目(局部)
    git config user.name “your-username”
    git config user.email “your-email-address”

  2. 配置全局
    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技巧/
作者
Chris
发布于
2022年5月12日
许可协议