Re: Learning Git (was: [RESULT][VOTE] Branching Strategy and SCM)

2012-08-16 Thread Carol Frampton
On 8/16/12 9 :46AM, "labri...@digitalprimates.net" wrote: >>Anyone know of a good place to start learning to use Git in general and >>Git with Eclipse in particular? > >If you *really* want to understand Git, there is an excellent book called >ProGit: > >http://git-scm.com/book I agree. I fou

RE: Learning Git (was: [RESULT][VOTE] Branching Strategy and SCM)

2012-08-16 Thread Michael A. Labriola
Also: http://www.cfobjective.com/cfo/assets/file/pdfs/simeonbatemangit.pdf If you search, this was recorded at an event called Flash in the City, and you might be able to find the video somewhere online. Resources section at the end is also gold. Mike

Re: Learning Git (was: [RESULT][VOTE] Branching Strategy and SCM)

2012-08-16 Thread aYo ~
Thanks, this will be very useful ~a~ www.ayobinitie.com http://mrbinitie.blogspot.com On 16 August 2012 14:46, Michael A. Labriola wrote: > >Anyone know of a good place to start learning to use Git in general and > Git with Eclipse in particular? > > If you *really* want to understand Git, there

RE: Learning Git (was: [RESULT][VOTE] Branching Strategy and SCM)

2012-08-16 Thread Michael A. Labriola
>Anyone know of a good place to start learning to use Git in general and Git >with Eclipse in particular? If you *really* want to understand Git, there is an excellent book called ProGit: http://git-scm.com/book It will really make you understand what is happening behind the scenes which make

Re: Learning Git (was: [RESULT][VOTE] Branching Strategy and SCM)

2012-08-16 Thread Carlos Rovira
We should have this link as the main reference for our "methodology" for GIT: nvie.com/posts/a-successful-git-branching-model Then for people that never use GIT I recommend the following free book: http://git-scm.com/book And you can start installing GIT on your system and making some testing.

Re: Learning Git (was: [RESULT][VOTE] Branching Strategy and SCM)

2012-08-16 Thread Maxime Cowez
The GitHub help page (https://help.github.com/) is a pretty good place to get started. And after that: http://rogerdudler.github.com/git-guide/ http://git-scm.com/ http://gitref.org/ or http://gitcasts.com/ if you prefer video's and of course http://nvie.com/posts/a-successful-git-branching-model/

Re: Learning Git (was: [RESULT][VOTE] Branching Strategy and SCM)

2012-08-16 Thread Bertrand Delacretaz
On Thu, Aug 16, 2012 at 9:00 AM, Erik de Bruin wrote: > Anyone know of a good place to start learning to use Git in general > and Git with Eclipse in particular? I have a number of links at http://delicious.com/bdelacretaz/git -Bertrand