GIT practice: synchronous remote branch

GIT practice: synchronous remote branch

Update remote branch

  When Git repository address changes, first update remote address

git remote set-url origin [email protected]:NEW_GROUP/ncc-quartz.git 

  or

git remote set-url origin http://git.yonyou.com/NCC_UAP/ncc-quartz.git 

Guess you like

Origin www.cnblogs.com/MrSaver/p/11825330.html