this post was submitted on 23 Sep 2025
65 points (92.2% liked)

Opensource

4045 readers
93 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
 

I was curious about your opinions (Not my article). Also this mentions Fossil & Pijul. Which are fully-fledged Git-Alternatives

top 6 comments
sorted by: hot top controversial new old
[–] raspberriesareyummy@lemmy.world 30 points 1 week ago (1 children)

You don't need git alternatives. git has nothing to do with fascistsoft. Please don't confuse a repo hosting service with the (FOSS) tools used thereon.

Alternative for github: codeberg.org

[–] Kissaki@programming.dev 2 points 1 week ago* (last edited 1 week ago) (1 children)

Alternative for github: codeberg.org

only for ~~public~~ FOSS

Partially true, yes, that is a downside: codeberg currently does not allow non-free licenses. But no, a repository does not have to be public.

[–] 6nk06@sh.itjust.works 4 points 1 week ago (1 children)

git is decentralized and I have never used it professionally.

If you don't like merge requests, feel free to fork the project and do something. Merge requests are good because they give responsibilities and a trace of what was done. Do you have an alternative for this?

git sucks but you can use Jujutsu, it's great. Fossil and Pijul are not alternatives, they are incompatible in that case.

Anyway you're focusing too much on github when there are alternatives already, and some of them were already available 20 years ago when github did not exist.

Your rant is confusing because you want to throw everything away and stop using useful tools.

[–] biotin7@sopuli.xyz 1 points 1 week ago

Fossil & Pijul do have merging though

Gitlab, next question