Gitgit remote 常用操作修改远程仓库的名称1 2 3 4 git remote rename [oldName] [newName] git remote rename origin github 查看远程仓库的信息1 2 git remote show origin 修改远程仓库的地址1 git config remote.origin.url Git 系列 › Git 命令《Git 命令》系列文章StatusdiffHow to use git branchgit checkout 的一些基础使用(01)git stash 基础用法git stash 进阶应用pull 和fetch + mergerebase 的应用revertgit remote 常用操作git tag←上一篇 revert下一篇 git tag→