Git笔记
2016-05-11 本文已影响0人
钉子_Tintin
- 修改远程URL
# 查看远程URL
$ git remote -v
origin https://git.coding.net/doingnothing/ATintin.git (fetch)
origin https://git.coding.net/doingnothing/ATintin.git (push)
# 修改远程分支origin的url
$ git remote set-url origin https://git.coding.net/lhtin/ATintin.git