Learning about version control systems, Git, SVN
Posted
by
anijhaw
on Stack Overflow
See other posts from Stack Overflow
or by anijhaw
Published on 2010-12-29T01:38:25Z
Indexed on
2010/12/29
1:54 UTC
Read the original article
Hit count: 261
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.
© Stack Overflow or respective owner