+ 33
Git or SVN?
What's better? Pros and cons.
8 Antworten
+ 14
Git tracks content rather than files. Branches are lightweight and merging is easy, and I mean really easy. It's distributed, basically every repository is a branch. ... There's only one ".git" directory, as opposed to dozens of ".svn" repositories (note Subversion1.7 and higher now uses a single directory like Git.)
+ 10
Git is considered better than SVN
+ 6
Git
+ 6
git
+ 6
Git ✋ the largest open source community
+ 5
Git
+ 2
git add -- all
git commit - m 'EAST OR WEST GIT IS THE BEST'
git push origin master
0
A better question is GIT vs Hg