标签:mail name set user span 新版本 one comm tle
git config --global user.name "cqu2003" git config --global user.email "cqu2003@gmail.com"
git clone git@code.aliyun.com:cqu2003/demo.git cd demo touch README.md git add README.md git commit -m "add README" git push -u origin master
cd existing_folder git init git remote add origin git@code.aliyun.com:cqu2003/demo.git git add . git commit git push -u origin master
git常用指令汇总
原文地址:https://www.cnblogs.com/janken/p/11563915.html