已经开发一段时日,公司突然提出要换git仓库
- 查看目前所有的分支
$git branch -va
- 添加新的远程仓库
$ git remot add [name] [url]
- 查看下目前配置
$ git config -l
- 修改默认远程仓库
$ git config rebranch.master.remote [newremote]
已经开发一段时日,公司突然提出要换git仓库
$git branch -va
$ git remot add [name] [url]
$ git config -l
$ git config rebranch.master.remote [newremote]