git 配置命令
git config
常用的一些命令
1、查看系统config
git config --system --list
2、查看当前用户(global)配置
git config --global --list
3、查看当前仓库配置信息
git config --local --list
4、新建一个文件
echo 'git_lianxi' > README
5、查看当前git的状态
git status
微信扫一扫
git config
git config --system --list
git config --global --list
git config --local --list
echo 'git_lianxi' > README
git status
相关推荐