【Git常用命令】查看/修改远程仓库地址
Git查看远程仓库地址
命令:
1 | git remote -v |
e.g.
1 | 查看远程仓库地址 |
Git修改远程仓库地址
命令:
1 | git remote set-url origin new.git.url/here |
e.g.
1 | 将远程仓库地址改为 HTTPS 协议 |
(END)
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.