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.
我正在尝试在 Mac OS X 上使用 git,但找不到git-svn类似的操作
git-svn
git-svn clone -s http://example.com/my_subversion_repo local_dir
是
git svn clone -s http://example.com/my_subversion_repo local_dir
相同?
虽然我从未使用过该功能,但我相信这两者应该是等价的。我的理由是:
git svn
/usr/libexec/git-core/git-svn
版权所有 (C) 2006, Eric Wong
git svn help
git-svn - 单个 Subversion 树和 git 之间的双向操作