美文网首页
Git 基本命令笔记

Git 基本命令笔记

作者: 智慧与力量的贤者 | 来源:发表于2017-10-20 18:05 被阅读0次

    切换远程仓库的连接

    git remote set-url origin URL


    修改 config 文件,登陆git

    [user]
        name = user-name
        email = user-email
    

    相关文章

      网友评论

          本文标题:Git 基本命令笔记

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