常用设置
修改单个仓库作者和邮箱
git config user.name "国wei"
git config user.email "[email protected]"
修改默认remote
git branch --set-upstream-to origin/master
子模块 submodule
更新、初始化
git submodule update --init --recursive
git submodule update --remote
git config user.name "国wei"
git config user.email "[email protected]"
git branch --set-upstream-to origin/master
git submodule update --init --recursive
git submodule update --remote