Re: git rebase question

2010-06-16 Thread Anand Sivaram
On Tue, Jun 15, 2010 at 21:46, Boyd Stephen Smith Jr. wrote: > Hrm, this isn't actually on-topic for Debian-user. You might have better > luck > with the Git user's mailing list. > > On Tuesday 15 June 2010 05:50:45 Anand Sivaram wrote: > > I am trying to understand the different aspects of git

Re: git rebase question

2010-06-15 Thread Boyd Stephen Smith Jr.
Hrm, this isn't actually on-topic for Debian-user. You might have better luck with the Git user's mailing list. On Tuesday 15 June 2010 05:50:45 Anand Sivaram wrote: > I am trying to understand the different aspects of git rebase, especially > the "--onto" option. So I was going through "git he

git rebase question

2010-06-15 Thread Anand Sivaram
I am trying to understand the different aspects of git rebase, especially the "--onto" option. So I was going through "git help rebase". That made me consider a few other scenarios. 1. The first example is "git rebase master" or "git rebase master topic" But if we want to use "--onto" option, th