tags:

views:

591

answers:

5

I am a new user in Git world. I used to use Subversion (using TortoiseSVN) and it is pretty easy. I would like to try Git but i got confused by the terms. Is there any documentation/guides that can explain me how to use Git?

For example, in Subversion I use checkout; in Git which commands should I use? Any good book about Git that I could use?

+11  A: 

Here are two good guides:

Talljoe
thank you .. this is what i need :)
nightingale2k1
+2  A: 

Here is nice tutorial Git for Windows developers

Sergey Mirvoda
+2  A: 

Best one I've come across is here:

Git for Subversion Users.

12345