Re: git: Interactive rebase already started

2010-06-08 Thread T o n g
On Mon, 07 Jun 2010 13:17:37 -0500, Boyd Stephen Smith Jr. wrote: >> I mean, how can I fix the problem? > > (git rebase --abort), Yep, works great! > This isn't really a Git support group. You may have better luck asking > such questions on the Git mailing list. No need to subscribe, since

Re: git: Interactive rebase already started

2010-06-07 Thread Boyd Stephen Smith Jr.
On Monday 07 June 2010 10:46:15 T o n g wrote: > Hi, > > What should I do if encountered the "Interactive rebase already started" > situation? > > I did: > > $ git checkout -b t/unmount > Switched to a new branch 't/unmount' > > # hack grml-debootstrap > > $ git rebase -i origin/master

git: Interactive rebase already started

2010-06-07 Thread T o n g
Hi, What should I do if encountered the "Interactive rebase already started" situation? I did: $ git checkout -b t/unmount Switched to a new branch 't/unmount' # hack grml-debootstrap $ git rebase -i origin/master Waiting for Emacs... Cannot 'squash' without a previous commit But