mkdir wx_app
cd wx_app
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin https://gitee.com/xxx/wx_app.git
git push -u origin "master"
mkdir wx_app
cd wx_app
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin https://gitee.com/xxx/wx_app.git
git push -u origin "master"
本文标题:git 常用命令
本文链接:https://www.haomeiwen.com/subject/ckzfprtx.html
网友评论