1
rivsen 2012-08-28 11:35:36 +08:00 1
如果远端是svn那就用git-svn吧,我们公司就在用这个
|
3
reus 2012-08-28 11:45:36 +08:00 1
svn ignore .git
git ignore .svn |
4
pandazxx 2012-08-28 11:53:49 +08:00 1
如果是纯本地git+远程svn的话,git-svn会很方便,如果还有git-remote仓库的话,要注意隔离git-svn分支和纯git remote分支。
|