美文网首页
github入门视频笔记

github入门视频笔记

作者: 莫名FCJ | 来源:发表于2017-09-20 18:36 被阅读10次

    基于空仓库

    新建空仓库https://github.com/fengchunjian/goinaction_demo
    本地仓库与远程仓库连接:git remote add origin https://github.com/fengchunjian/goinaction_demo
    查看远程仓库连接:git remote -v
    提交远程仓库:git push origin master或git push

    基于clone

    git clone https://github.com/fengchunjian/goinaction_demo
    提交远程仓库:git push origin master或git push

    从远程拉回本地

    git pull origin master

    相关文章

      网友评论

          本文标题:github入门视频笔记

          本文链接:https://www.haomeiwen.com/subject/ubnosxtx.html