That's good advice too. But it took me a while to realise that the GitHub
stored pull requests as git refs (and the book doesn't cover ls-remote). -
Joel


On Thu, Jul 11, 2013 at 8:02 PM, Olivier Grisel <olivier.gri...@ensta.org>wrote:

> 2013/7/11 Dominic Steinitz <domi...@steinitz.org>:
> >
> > Hi Lars,
> >
> > Thanks for this. I am not clear what I have to do git-wise. I tried:
> >
> > git clone https://github.com/scikit-learn/scikit-learn/pull/2120
> > Cloning into '2120'...
> > fatal: https://github.com/scikit-learn/scikit-learn/pull/2120/info/refs
> > not found: did you run git update-server-info on the server?
> > git checkout https://github.com/scikit-learn/scikit-learn/pull/2120
> > fatal: Not a git repository (or any of the parent directories): .git
> >
> > Should I clone the repo and then checkout this particular branch?
> > I am not clear this would pick up all necessary changes.
>
> This is an excellent opportunity to properly learn git by reading the
> first 3 chapters of the git book:
>
> http://www.git-scm.com/book
>
> It's probably not the way you intended to spend the rest of the
> afternoon (or morning depending on your timezone) but is surely the
> best time investment for your future interactions with open source
> projects :) Learning git by trial and errors is the most painful
> experience.
>
> --
> Olivier
>
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to