github新仓库提交流程

git init
git add .
git commit -m "first commit"
git branch -M master
git remote add origin git@github.com:xxx-xxx/*******.git
git push -u origin master

posted @ 2022-05-15 19:14  专职  阅读(23)  评论(0编辑  收藏  举报