git & repo 命令集合

2021-10-28  本文已影响0人  鹈鹕醍醐
git 全局配置
查看配置: git config -l            
git config --global http.proxy http://xx.xx.x.xx:1080 
git config --global https.proxy https://127.0.0.1:1080 
git config --global --unset xxxxxx
git config --global user.name "name" 
git config --global user.email "email@email.com"  
本地代码关联远程仓库
分支
提交
远程仓库
暂存(stash,与sheff功能相同但不相通)
其它常用命令
上一篇 下一篇

猜你喜欢

热点阅读