常用命令
代理设置
git config --global http.proxy http://<你的代理>:<端口>
git config --global https.proxy http://<你的代理>:<端口>
git config --global --unset http.proxy
git config --global --unset https.proxy
git config --global --get http.proxy
git config --global --get https.proxy
未分类
git config core.ignorecase false
git remote
git remote get-url <name>
git remote set-url <name> <url>
git log --graph
git remote add <name> <url>