Re: Help with git rebase recovery, please

2012-07-04 Thread David Kastrup
Janek Warchoł writes: > On Wed, Jul 4, 2012 at 4:00 PM, Graham Percival > wrote: >> On Wed, Jul 04, 2012 at 02:55:19PM +0100, Phil Holmes wrote: >>> If you're not quite sure of the changes you want to make, can you >>> get help with >>> >>> git reset --hard "HEAD@{10 minutes from now} >>> >>> ?

Re: Help with git rebase recovery, please

2012-07-04 Thread Janek Warchoł
On Wed, Jul 4, 2012 at 4:00 PM, Graham Percival wrote: > On Wed, Jul 04, 2012 at 02:55:19PM +0100, Phil Holmes wrote: >> If you're not quite sure of the changes you want to make, can you >> get help with >> >> git reset --hard "HEAD@{10 minutes from now} >> >> ? :-) > > That only works on Janek's

Re: Help with git rebase recovery, please

2012-07-04 Thread Graham Percival
On Wed, Jul 04, 2012 at 02:55:19PM +0100, Phil Holmes wrote: > - Original Message - From: "David Kastrup" > To: > Sent: Wednesday, July 04, 2012 12:20 PM > Subject: Re: Help with git rebase recovery, please > > >You already got one answer that is more app

Re: Help with git rebase recovery, please

2012-07-04 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: Sent: Wednesday, July 04, 2012 12:20 PM Subject: Re: Help with git rebase recovery, please "Trevor Daniels" writes: I just made a mistake with git rebase and lost a branch I'd like to recover, but I don&#x

Re: Help with git rebase recovery, please

2012-07-04 Thread David Kastrup
"Trevor Daniels" writes: > I just made a mistake with git rebase and lost a branch I'd like to > recover, but I don't know how or even if it is possible. > > Here's what I did. > > I checked out branch A > then entered > > git rebase master > > This gave merge conflicts, and the usual three optio

Re: Help with git rebase recovery, please

2012-07-04 Thread Trevor Daniels
John Mandereau wrote Wednesday, July 04, 2012 10:57 AM Subject: Re: Help with git rebase recovery, please > Il giorno mer, 04/07/2012 alle 10.31 +0100, Trevor Daniels ha scritto: >> So, can I now recover my original branch A? > > Look at what > > git reflog > > s

Re: Help with git rebase recovery, please

2012-07-04 Thread John Mandereau
Il giorno mer, 04/07/2012 alle 10.31 +0100, Trevor Daniels ha scritto: > I just made a mistake with git rebase and lost a branch I'd like to recover, > but I don't know how or even if it is possible. > > Here's what I did. > > I checked out branch A > then entered > > git rebase master > > Thi

Help with git rebase recovery, please

2012-07-04 Thread Trevor Daniels
I just made a mistake with git rebase and lost a branch I'd like to recover, but I don't know how or even if it is possible. Here's what I did. I checked out branch A then entered git rebase master This gave merge conflicts, and the usual three options. I decided not to resolve the merge confl