Re: [Geotools-devel] Importing a pull request from GeoTools master to my fork.

2013-07-02 Thread Jody Garnett
No problem, I think we can thank Justin for everything we know. And then Andrea for translating it for me :) If you like you can do a guest blog post on GeoTools with your recipe - we are always looking for blog posts. -- Jody Garnett On Wednesday, 3 July 2013 at 1:21 AM, Landon Blake wrot

Re: [Geotools-devel] Importing a pull request from GeoTools master to my fork.

2013-07-02 Thread Landon Blake
I want to thank Ben and Jody for all of your help with GeoTools and Git. Landon On Mon, Jul 1, 2013 at 8:52 PM, Ben Caradoc-Davies < ben.caradoc-dav...@csiro.au> wrote: > When examining the repos of other developers (especially when reviewing > pull requests), I often: > > > (1) add their repo

Re: [Geotools-devel] Importing a pull request from GeoTools master to my fork.

2013-07-01 Thread Ben Caradoc-Davies
When examining the repos of other developers (especially when reviewing pull requests), I often: (1) add their repo as a remote: git remote add foo g...@github.com:foo/geotools.git (2) fetch commits, which does no merging: git fetch foo (3) checkout the commit of interest (a detached head)

[Geotools-devel] Importing a pull request from GeoTools master to my fork.

2013-07-01 Thread Landon Blake
I found out how to view the pull requests for the main GeoTools Git repo on GitHub today. Is there a way to import this pull request from the GeoTools master to my fork of the GeoTools master on GitHub? Should I then create a branch on my fork to integrate and examine the changes in the pull requ