git基本命令
2018-10-25 本文已影响6人
小知大知
输入git config --global user.name "名字"
git config --global user.email "邮箱地址"
git clone
git add.
git commit -m""
git push origin master
$ git clone https://github.com/chenlantian/springboot.git
输入git config --global user.name "名字"
git config --global user.email "邮箱地址"
git clone
git add.
git commit -m""
git push origin master
$ git clone https://github.com/chenlantian/springboot.git