1. 在github 新建一个仓库
2. 进入本地项目目录
3. git init
4. git add .
5. git commit -m "description"
6. git remote add origin "github仓库地址"
7. git push -f //强制推送
1. 在github 新建一个仓库
2. 进入本地项目目录
3. git init
4. git add .
5. git commit -m "description"
6. git remote add origin "github仓库地址"
7. git push -f //强制推送
本文标题:推送一个本地项目至github上
本文链接:https://www.haomeiwen.com/subject/thyrhctx.html
网友评论