git学习

https://learngitbranching.js.org/

git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:lisyfun/uric-web.git
git push -u origin main
posted @ 2019-05-21 16:34  lisongyu  阅读(160)  评论(0编辑  收藏  举报