Git or SVN? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 33

Git or SVN?

What's better? Pros and cons.

27th Feb 2017, 12:19 AM
Igor Makarsky
Igor Makarsky - avatar
8 Answers
+ 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.)
27th Feb 2017, 1:26 AM
Chirag Bhansali
Chirag Bhansali - avatar
+ 10
Git is considered better than SVN
27th Feb 2017, 1:26 AM
Chirag Bhansali
Chirag Bhansali - avatar
+ 6
Git
27th Feb 2017, 3:27 AM
‎تاتسیانا زارع‎ (Таня Данейко)
‎تاتسیانا زارع‎ (Таня Данейко) - avatar
+ 6
git
8th Apr 2017, 5:27 AM
Daniel Oseias Muller Michels
Daniel Oseias Muller Michels - avatar
+ 6
Git ✋ the largest open source community
8th Apr 2017, 7:45 AM
Swati
Swati - avatar
+ 5
Git
27th Feb 2017, 6:36 AM
Mohammad Mehrabi
Mohammad Mehrabi - avatar
+ 2
git add -- all git commit - m 'EAST OR WEST GIT IS THE BEST' git push origin master
23rd Nov 2017, 4:15 PM
Morpheus
Morpheus - avatar
0
A better question is GIT vs Hg
10th Apr 2017, 6:03 AM
Mohamed Variyawa
Mohamed Variyawa - avatar