git之远程库管理(六)

    xiaoxiao2021-03-26  31

    查看远程仓库

    1.查看远程仓库(别名)

    git remote

    2.查看远程仓库地址

    git remote -v

    删除远程仓库别名

    git remote remove <远程库名>

    添加远程仓库

    git remote add <远程库名> <远程库地址>

    修改远程库名称

    git remote rename <旧名称> <新名称>
    转载请注明原文地址: https://ju.6miu.com/read-663396.html

    最新回复(0)