git基本操作

具体操作

echo "# codingce-home-page" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/Mazongdiulejinguzhou/codingce-home-page.git
git push -u origin master
git remote add origin https://github.com/Mazongdiulejinguzhou/codingce-home-page.git
git push -u origin master

例如:

posted @ 2019-12-26 15:20  Coding小马  阅读(120)  评论(0编辑  收藏  举报