git

作者: xiaosl | 来源:发表于2017-12-15 13:59 被阅读0次

## 设置代理

git config --global http.proxy http://195.215.92.28:808

git config --global https.proxy http://195.215.92.28:808

撤销本地修改

单个文件

git checkout --<filename>

所有文件

get checkout .

相关文章

网友评论

      本文标题:git

      本文链接:https://www.haomeiwen.com/subject/hxfdwxtx.html