美文网首页工作生活
推送一个本地项目至github上

推送一个本地项目至github上

作者: 会飞一下 | 来源:发表于2019-07-04 16:21 被阅读0次
    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