Let's Make Sure Github Doesn't Become the only Option

https://blog.edwardloveall.com/lets-make-sure-github-doesnt-become-the-only-option

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

67 points · 10 comments · view on lemmy.world

10 Comments

raspberriesareyummy@lemmy.world · 32 pts · 314d (4 replies)

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 pts · 314d (3 replies)

Alternative for github: codeberg.org

only for public FOSS

raspberriesareyummy@lemmy.world · 2 pts · 313d

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.

biotin7@sopuli.xyz · 1 pts · 300d (1 reply)

Why is that a bad thing ?

Kissaki@programming.dev · 1 pts · 300d

It is not a bad thing.

The comment claimed "alternative to GitHub". I pointed out that it's an alternative for only a subset of use cases/projects. Without that clarification, someone may explore or follow through and be disappointed.

6nk06@sh.itjust.works · 5 pts · 314d (1 reply)

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 pts · 314d

Fossil & Pijul do have merging though. Also Fossil has a UI, WebServer & Github-like features built into it.

HellieSkellie@lemmy.dbzer0.com · 4 pts · 314d (1 reply)

Gitlab, next question

ErenOnizuka@lemmy.dbzer0.com · 1 pts · 200d

How is Gitlab different from GitHub? Both are publicly traded American companies.

suff@piefed.social · 2 pts · 300d

If you talk about version control: https://alternativeto.net/software/git/

Git != GitHub though.