$ git config --global user.name "Your Name"
$ git config --global user.email "email@example.com"
git add .
git commit -m "first commit"
#可能需要ssh密钥
git remote add origin https://xxx.git
git push -u origin "master"
$ git config --global user.name "Your Name"
$ git config --global user.email "email@example.com"
git add .
git commit -m "first commit"
#可能需要ssh密钥
git remote add origin https://xxx.git
git push -u origin "master"
本文标题:git步骤
本文链接:https://www.haomeiwen.com/subject/zviqcrtx.html
网友评论