this post was submitted on 02 Jul 2023
22 points (100.0% liked)

Ask Experienced Devs

21 readers
1 users here now

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

I know other version control software exists, but does anyone use it? Why? What are the differences? All I've ever actually seen people use is git.

you are viewing a single comment's thread
view the rest of the comments
[–] canpolat@programming.dev 8 points 1 year ago (1 children)

Git is definitely dominating the landscape. The fact that it is free software plays a big role. There are alternatives, but they are unlikely to gain much adoption. They may provide slightly better UX or marginally more comfortable flows, but it's not enough to replace Git. Not to mention, most developers don't even really care about which SCM they use.

[–] nous@programming.dev 14 points 1 year ago (2 children)

Not to mention, most developers don’t even really care about which SCM they use.

Get them to use CVS for a while. They will care then.

[–] canpolat@programming.dev 4 points 1 year ago (2 children)

You are right about that! It was a pain to work with :)

load more comments (2 replies)
[–] colorado@programming.dev 1 points 1 year ago

I never used CVS but the senior developer at one place mentioned about it once when I complained about subversion which we used there (this was in 2013).