Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Learning about version control systems, Git, SVN

I am a basic SVN user now trying to learn GIT for a new position.

I am trying the usual reading docs and watching videos. However after doing all that I still feel that there is a lot that I do not know. I was wondering if there is a place like project Euler for programming languages, that provides a series of exercises that you can do just to increase your confidence and test your knowledge about a version control system.

Something thats generic enough and gets you up to speed with how to do basic things. This could also serve as a comparison point of sorts between multiple VCSs, that would show what things are easy in which VCS.

If there is nothing I was planning to document my journey in learning GIT and the create an exercise of this sort.

like image 990
anijhaw Avatar asked Dec 29 '10 01:12

anijhaw


1 Answers

I strongly recommend Visual git tutorial I.

BUT, there was a lot of questions here about GIT, SVN etc., for example:

https://stackoverflow.com/questions/183918/any-good-git-tutorials Git tutorial: Understanding git pull and branches (using a specific example repo) https://stackoverflow.com/questions/866185/where-can-i-find-a-tutorial-on-gits-internals

like image 56
exTyn Avatar answered Sep 21 '22 18:09

exTyn