Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where are good Git tutorials for SVN(Subversion) User? [duplicate]

Possible Duplicate:
Is there a Subversion user's guide to Git?

Git is a version control system that is gaining popularity. I have been used it for a few months and I love it. Unfortunately, I find it difficult to introduce git to my co-workers in that they already get used to SubVersion.

I found the following tutorial helpful for me:

  • Git Magic
  • Pro Git
  • Official Git Tutorial

However, none of the above items are written for Subversion users. Given that Subversion is also a popular VCS, I am wondering whether there exist some "tutorials" for helping people migrate from Subversion to Git?

like image 623
Chu-Cheng Hsieh Avatar asked Apr 08 '26 09:04

Chu-Cheng Hsieh


1 Answers

You can find here A crash course for git, that shows comparison between SVN & GIT. Was pretty useful to me when I made the transition.

like image 103
stdcall Avatar answered Apr 09 '26 22:04

stdcall