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 存储库设置为跟踪某个 svn 存储库。我定期将我的主分支更新到 svn 存储库:
git svn fetch git rebase git-svn
主分支没有修改。
然后,我把东西搞砸了,所以我决定清除我的本地 repo,并从上游再次克隆它。现在我的本地仓库丢失了任何与 svn 相关的信息。怎么重新设置?我担心 git 没有意识到 master 分支已经重新调整到某个版本。更糟糕的是,svn repo 的 URL 已更改。