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 克隆。然而,我的主要问题是,每当创建一个新分支时,都会重新下载整个历史记录:“找到可能的分支点”并从 r1 开始下载('直到 40000 ...)。我如何(以及为什么我必须)告诉 git 跳过已经获取的提交?
谢谢, Lőrinc