美文网首页
coding.net使用git

coding.net使用git

作者: ashura_ | 来源:发表于2017-08-17 14:38 被阅读0次

    pull

    本机git版本

    ➜  MyLib git:(master) git --version                                     
    git version 2.10.1
    
    git pull origin master --allow-unrelated-histories
    

    push

    git push origin master

    如果报错,使用git push -u origin master -f

    测试

    ssh -T git@git.coding.net
    

    返回

    Coding.net Tips : [Hello ashura, You've connected to Coding.net via SSH successfully!]
    

    参考资料

    相关文章

      网友评论

          本文标题:coding.net使用git

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