this post was submitted on 22 Apr 2025
48 points (100.0% liked)

Programming

21396 readers
47 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 [email protected]



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 2 months ago* (last edited 2 months ago) (22 children)

Why use Git at all then? I thought the one reason why everyone wants to use Git these days are the forges.

[–] [email protected] 10 points 2 months ago (9 children)

Did you read the article? The author shares their perspective.

For me, Git is quite powerful on its own with version control, diffs, branches, merging, etc. Forges just add a UI for some of these things, and add an issue tracker/ discussion/etc. Forges also add a more modem ui for repo access though git does have its own webserver you can use. I use git without a forge for a number of my personal projects that I'm not sharing with others or not yet sharing

[–] [email protected] 2 points 2 months ago (8 children)

Git is quite powerful on its own with version control, diffs, branches, merging, etc.

All version control systems do that, hence my question.

Git was conceived as a bazaar (because of its use for the Linux kernel), but most projects are more like cathedrals. In my opinion, Git is simply over-engineered for most projects. For projects that you don't want to share with others, even CVS would probably suffice...

[–] [email protected] 4 points 2 months ago

Well just speaking for myself, i use git without a forge for personal stuff because i was already familiar with git and it fits my needs. No need to learn another version control system for some basic projects i throw together

load more comments (7 replies)
load more comments (7 replies)
load more comments (19 replies)