-
Type:
Suggestion
-
Resolution: Answered
-
None
-
Component/s: Git
-
None
llvm.org uses svn, but has an official git mirror that is synched in an svn commit hook. rebase = true is set.
SourceTree wants to do a git svn rebase, which is very slow since it's using svn. It would be way faster if I could get it to git fetch && git svn rebase -l instead.