Thomas Rast schreef:
Victor Engmark wrote:
quoted
On Sun, Nov 15, 2009 at 12:35 AM, Johan 't Hart [off-list ref] wrote:
quoted
Sverre Rabbelier schreef:
quoted
$ git rebase git-svn
Why not just
$ git svn rebase
What is the difference between the two?
'git svn rebase' magically[*] picks the right remote branch to rebase
against, and also first talks to the network to update said branch.
[*] actually it looks at the first git-svn-id line found in git log
--first-parent.
I didn't even know you could also do
$ git rebase git-svn
Unless git-svn is a ref...