Git常用命令.md
Git常用命令
git 提交
1 |
|
清除git缓存
1 |
|
Git设置代理
1 |
|
Git SSH方式clone
生成证书,邮箱随意
ssh-keygen -t rsa -C "baoqi.hui@qq.com"
查看公钥
cat ~/.ssh/id_rsa.pub
Git平台配置
git回滚
1 |
|
Git常用命令.md
http://example.com/44439.html
1 |
|
1 |
|
1 |
|
生成证书,邮箱随意ssh-keygen -t rsa -C "baoqi.hui@qq.com"
查看公钥cat ~/.ssh/id_rsa.pub
Git平台配置
1 |
|