Hey Michael,

Generally the ssh protocol (git@....). I will remove the ambiguity in the
working with git doc.

However there are a number of ways you can do this, it actually doesn't
matter since you can simply change the remote urls in your local copy after
you clone it. Generally what I would do this.

1. Go to https://github.com/geotools/geotools/ and fork the repository into
your own github account.
2. After that you should be able to glone using the ssh url:

   git clone g...@github.com:mbedward/geotools.git

3. Once cloned locally you can set up the geotools remote:

   git remote add geotools g...@github.com:geotools/geotools.git

4. Rename the origin remote to your username"

   git remote rename origin mbedward

Like i said, there are a number of ways to structure this. You may want to
keep origin pointing to your remote repo, or you can have origin point to
the canonical geotools repo. It is really your preference.

-Justin

On Thu, Jun 28, 2012 at 7:42 PM, Michael Bedward
<michael.bedw...@gmail.com>wrote:

> Many thanks for these docs Justin - they are very helpful.
>
> Should we be using the https or ssh protocols to clone the repo or
> doesn't it matter ?  Both are shown in the clone examples on the
> 'Working with Git' page.
>
> Michael
>
>
> On 29 June 2012 06:06, Justin Deoliveira <jdeol...@opengeo.org> wrote:
> > And more, some updates to the user guide:
> >
> >
> >
> https://github.com/jdeolive/geotools/blob/gitdoc/docs/user/advanced/build/source.rst
> >
> >
> https://github.com/jdeolive/geotools/blob/gitdoc/docs/user/advanced/build/git.rst
> >
> > The second doc has a bit of overlap with the one in the developer guide.
> We
> > could potentially merge them into one... at least the git primer part.
> >
> > On Thu, Jun 28, 2012 at 11:20 AM, Justin Deoliveira <
> jdeol...@opengeo.org>
> > wrote:
> >>
> >> Hey guys,
> >>
> >> I put together a first draft of a doc targeted at geotools committers.
> >>
> >>
> >>
> https://github.com/jdeolive/geotools/blob/gitdoc/docs/developer/procedures/git.rst
> >>
> >> Highlights of the doc:
> >>
> >>  * Describes how we structure and manage our repositories, canonical,
> >> developer forks, etc...
> >>  * Provides a list of important do's and dont's
> >>  * Provides other recommendations and good practices
> >>  * Provides a basic primer that goes over some of the simple workflows
> >>
> >> All of this I just threw together from my experience on other git
> >> projects, i am certainly open to changing anything that is there.
> >>
> >> Also, i updated the "working on stable branch" section:
> >>
> >>
> >>
> https://github.com/jdeolive/geotools/blob/gitdoc/docs/developer/procedures/stable.rst
> >>
> >> Feedback welcome!
> >>
> >> -Justin
> >>
> >> --
> >> Justin Deoliveira
> >> OpenGeo - http://opengeo.org
> >> Enterprise support for open source geospatial.
> >>
> >
> >
> >
> > --
> > Justin Deoliveira
> > OpenGeo - http://opengeo.org
> > Enterprise support for open source geospatial.
> >
> >
> >
> ------------------------------------------------------------------------------
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and
> > threat landscape has changed and how IT managers can respond. Discussions
> > will include endpoint security, mobile security and the latest in malware
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > _______________________________________________
> > GeoTools-Devel mailing list
> > GeoTools-Devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/geotools-devel
> >
>



-- 
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to