git仓库代码地址更改了,已经拉到本地的项目如何提交到新的git仓库
摘要:git remote remove origin //移除原来仓库地址 git remote add origin 新仓库地址xxx //添加新仓库地址 git push -u origin master //第一次设置默认的远程分支 可操作可不操作
阅读全文
posted @ 2023-12-22 15:26
posted @ 2023-12-22 15:26
posted @ 2023-12-13 09:17
posted @ 2023-12-12 15:51
posted @ 2023-12-04 10:02
posted @ 2023-12-04 10:00