git操作---远程仓库的重命名和移除

 

1、远程仓库重命名: git remote rename  <old_name>  <new_name>

 

     git操作---远程仓库的重命名和移除

 

2、远程仓库移除:git remote remove <remote_short_name>

       git操作---远程仓库的重命名和移除

相关文章: