![]()
349
·
![]()
0
·
![]()
2021-12-04 19:22:59
其实Github在写的已经很详细了,跟着做就ok了
新仓库
git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/你的用户名/你的仓库名.git git push -u origin main
已存在的仓库关联
git remote add origin https://github.com/你的用户名/你的仓库名.git git branch -M main git push -u origin main
本文链接:https://www.upupor.com/u/21111419045137326080
复制