Why should I use git instead of svn?

前端 未结 9 1631
旧时难觅i
旧时难觅i 2020-12-13 00:49

I use to work with Visual Studio + C#, and have been using svn before, but not currently, so I want to put my code again on source\'s control.

Recently I heard about

9条回答
  •  执笔经年
    2020-12-13 01:20

    I don't want to hash over pros and cons of git vs svn but here is one simple set of comparisons :- Why Git is better than X.

    Some good Git Resources:

    1. Git Ready. A sort of blog with little posts on beginner, intermediate and advanced uses of git.
    2. Git Magic. A nice run through of what you can do.
    3. GitCasts screencasts - nothing like seeing it in action to help you understand it's power. Including the useful Git On Windows screencast.

    Have fun!

提交回复
热议问题