git修改当前库至另一个库

git remote set-url origin [email protected]:online_aaa/web.git

 执行上述命令,将当前项目所在git库迁移至新web.git 新库。

git

相关推荐