[IPython-dev] tabs for worksheets

Matthias BUSSONNIER bussonniermatthias at gmail.com
Mon Jul 16 14:00:03 EDT 2012


Le 16 juil. 2012 à 12:26, Dennis Sun a écrit :

> Thanks for the suggestions -- I'll take a look at them when I get home.
> 
> I made the mistake of not forking iPython before starting my work (I was just working from a local copy of main iPython repo). But then in order to make a pull request, I forked iPython on my github account and pulled this updated version to my local copy. Then I fumbled around with git for a while before getting to its present state. Anyway, long story short, I don't have a complete copy of my code before the merger anymore, so I have no way to compare the code before and after the merger. (One of these days I will have to learn to use git....)

Just in case it appends to you again (and to motivate you to learn git :-) ),

You can (almost) alway go to every previous state you where in with `git reflog` which show you where you went through in chronological order.

And you can also use things like : 

git checkout HEAD@{10.minutes.ago} or 2.days.ago etc...

even after rebase....

-- 
Matthias


More information about the IPython-dev mailing list