美文网首页
git首次提交

git首次提交

作者: APHOME_明 | 来源:发表于2018-05-15 22:38 被阅读0次
    git init
    git add .
    git config user.name 'xxx'
    git config user.email '1111@qq.com'
    git pull https://git.oschina.net/xxx/maple.git master
    git remote add origin https://git.oschina.net/xxx/maple.git
    git commit -am 'init'
    git push -u origin master
    

    相关文章

      网友评论

          本文标题:git首次提交

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