Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Git Hub

Since GIT download the entire repository you might be interested in the --depth parameter that allows you to just take the top few commits from the repository:

git clone --depth 3 git://github.com/udig/udig.git

will download the last 3 revisions of the repository.

jesse

On Wed, Apr 7, 2010 at 2:50 PM, Jesse Eichar <jesse.eichar@xxxxxxxxxxxxxx> wrote:
Hi,

I have updated the git hub repository with the latest from uDig trunk.  I was wondering if any one is willing to try it not.

One important thing to note is that you can use SVN or GIT with github now.  So if you are nervous about trying to learn git then you can still use SVN.


That link has some details about it.  The main caveat is that you will have to ask me, Andrea, Jody or Mauricio to add you as a collaborator.  Everyone who want to work on trunk will need:

- A ssh private/public key pair
- A github account.

When that is done it is very easy to add you as a collaborator on github.

Any interest?


Back to the top