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
上一篇 下一篇

猜你喜欢

热点阅读