git常用命令
Posted 绿叶清风
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git常用命令相关的知识,希望对你有一定的参考价值。
git config --global --add remote.origin.proxy "127.0.0.1:8001"
#只对github.com
git config --global http.https://github.com.proxy http://127.0.0.1:8001
git config --global http.https://github.com.proxy socks5://127.0.0.1:1081
#取消代理
git config --global --unset http.https://github.com.proxy
git config --global --unset remote.origin.proxy
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
以上是关于git常用命令的主要内容,如果未能解决你的问题,请参考以下文章
VSCode自定义代码片段15——git命令操作一个完整流程
GitGit 分支管理 ( 克隆远程分支 | 克隆 master 分支 git clone | 查看远程分支 git branch -a | 克隆远程分支 git checkout -b )(代码片段
GitGit 分支管理 ( 克隆远程分支 | 克隆 master 分支 git clone | 查看远程分支 git branch -a | 克隆远程分支 git checkout -b )(代码片段