Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
命令“git config submodule.common.url 'url'”仅对客户端子模块 url 更改有用。我想在服务器端更改子模块 url,它应该支持存储库中所有以前的提交。
这样做的唯一方法是使用filter-branch或rebase -i使用编辑。不过,您所有的 SHA1 都会改变。
filter-branch
rebase -i