Hallo
I just found this page:
http://www.pragprog.com/screencasts/v-scgithub/insider-guide-to-github

Good intro to using github.

Michael Forrest
grimaceworks.com


---------- Forwarded message ----------
From: Michael Forrest <michael.forr...@gmail.com>
Date: Tue, Dec 9, 2008 at 12:16 PM
Subject: Re: [animata-devel] Git?
To: animata-devel@lists.kitchenbudapest.hu


I regularly use Git for single file projects :)
I think you'd see benefits immediately - it's important to note that it is
much easier to get running than svn - none of that horrible WebDAV stuff,
and there is a migration wizard on the (frankly beautiful) Github.com

The beauty of Git is that you don't need to grant anybody access permissions
- it's all about branching and merging. So I could fork your code into my
own branch, try something out - if it works you could then choose to merge
it back into your master branch. It's much easier to be experimental, and
much easier to get more developers involved, without the usual associated
risks.

Local commits are a godsend too. And it's FAST. :)


Michael Forrest
grimaceworks.com



On Tue, Dec 9, 2008 at 12:04 PM, gabor papp <ga...@kitchenbudapest.hu>wrote:

> hi Michael,
>
> thanks for your nice words and suggestions. this is the first request we
> are getting about git. we might consider using it if more people would
> like to be involved. i don't know git very well, but as far as i heard
> it is more directed towards large projects with a lot of developers like
> the linux kernel. animata is a quite small application at the moment
> with only a couple of developers. what do you think?
>
> best,
> gabor
> _______________________________________________
> animata-devel mailing list
> animata-devel@lists.kitchenbudapest.hu
> http://lists.kitchenbudapest.hu/cgi-bin/mailman/listinfo/animata-devel
>
_______________________________________________
animata-devel mailing list
animata-devel@lists.kitchenbudapest.hu
http://lists.kitchenbudapest.hu/cgi-bin/mailman/listinfo/animata-devel

Reply via email to