Git笔记

作者: 钉子_Tintin | 来源:发表于2016-05-11 10:10 被阅读0次
    1. 修改远程URL
    # 查看远程URL
    $ git remote -v
    origin  https://git.coding.net/doingnothing/ATintin.git (fetch)
    origin  https://git.coding.net/doingnothing/ATintin.git (push)
    
    # 修改远程分支origin的url
    $ git remote set-url origin https://git.coding.net/lhtin/ATintin.git
    

    相关文章

      网友评论

          本文标题:Git笔记

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