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 存储库进行比较?
所以我有一个本地 git 存储库,我想看看它与位于外部并可通过 http 访问的第 3 方存储库之间的区别。
下载这个外部存储库是不收费的,因为我想将它包装在一个可以按需调用并快速确定任何差异的脚本中。
.git
git diff
因此,您将在一个地方拥有两个系统的工作副本。
也许您需要添加.svn到 git 的忽略列表中。
.svn