views:

32

answers:

1

Hi there,

can anyone tell me if there is a video tutorial or similar for learning git extensions... I checked the manual but it really doesn't go into the "WHY" ... just what each menu does..

Coming from an svn background i am little confused with git extensions

Any help really appreciated

+1  A: 

If you want more info, this page has it: http://code.google.com/p/gitextensions/

However, I'm suspecting that you are getting lost in the way git works in general. Please take a look at the Rails Conference talk on git by Scott Chacon on GitCasts.com. Also the Pro Git book is short and shows you how git works progit.org/book

Hope this helps,

Adam

adymitruk
ok thanks, yes i think its a mixture of problems the first being i don't understand Git :-) thanks for the info i will take a look
mark smith