this post was submitted on 08 Apr 2025
119 points (100.0% liked)

Programming

19690 readers
250 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] sping 15 points 2 weeks ago (1 children)

Git’s unconventional and decentralized design—nowadays ubiquitous and seemingly obvious—was revolutionary at the time,

Of course, there's more innovation in git than being DVC but the decentralized nature wasn't revolutionary.

It was funny when I started using bzr and then git, I kept being told "it's a DVC, which is a different way to work that takes some getting used to", and I was puzzled as it felt very familiar to me. Then I looked up DVCs and found out that Sun's Teamware that I'd used for a decade was also a DVC. It was actually a return to familiar and comfortable workflows after a brief period using abominations like Perforce and Clearcase. I'm so glad they've been largely replaced. Git may not be perfect, but it's better than those in any use cases I have had.

[–] atzanteol@sh.itjust.works 7 points 2 weeks ago (2 children)

Yeah - the decentralized nature isn't that big of a deal, most people treat it like it's centralized anyway...

The most amazing thing about git was they way they track changes (file contents rather than names) which allows it to branch and merge almost effortlessly. Search for "SVN Tree Conflict" for an example of what I'm talking about. Oh, you renamed a file that you modified on a branch? Your life is hell now.

[–] mac@lemm.ee 2 points 1 week ago

Fuck the acronym "SVN" rings a bell and I know I've used it somewhere, but I can't for the life of me remember and now it's killing me, lol

[–] Colloidal@programming.dev 2 points 1 week ago (1 children)
[–] atzanteol@sh.itjust.works 3 points 1 week ago (1 children)

Oh man, I'd forgotten about trac!

[–] Colloidal@programming.dev 1 points 1 week ago

It's still around, Git compatible and all. I have fond memories using it with svn on a small startup as our development hub back in the day.