[git-users] Re: rebase question

2011-03-12 Thread Sabba Hillel
On Mar 11, 3:14 pm, ryan wrote: > I want to rebase the current branch B1 from origin/A1 to origin/A2 > so I want to use this command > git --onto origin/A2 origin/A1 B1 > > Q1: is this command right? (A2 is based on A1, current branch is B1, > B1 is already pushed to origin, a remote repo, and I

[git-users] Re: rebase question

2011-03-12 Thread Thomas Ferris Nicolaisen
Hm, I have to read your question quite a few times before I got it.. It would help if you could illustrate the branches somehow, perhaps by pasting the git log --graph --oneline --all ascii tree ? So, you have th