80
submitted 7 months ago by Zen@biglemmowski.win to c/opensource@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] shnizmuffin@lemmy.inbutts.lol 67 points 7 months ago

Preface: I appreciate the sentiment, fuck Microsoft.

  1. Projects typically aren't "hosted" on code repositories like GitHub.
  2. Because the underlying version control technology, git, is meant to be distributed - it's super weird to draw that line in the sand. It's like saying "show me TXT files written with SublimeText, I hate Notepad++!"
  3. I get that you might want to, like, judge a developer for using github? But, like... features are features. Build minutes are build minutes. If you fork a repo and use GitLab to manage it, does that make the project better?
[-] xigoi@lemmy.sdf.org 20 points 7 months ago

If you want to contribute to a project developed on GitHub, you need to have a GitHub account. So it does matter.

[-] anzo@programming.dev 6 points 7 months ago

Actually, you can send the diff patches by email/ pastebin/ gitlab/ etc. It's up to the main developer to take your contribution seriously, given the level of annoyance you might be presenting. Same happens in the other direction, you can host your code on sourcehut, but many junior devs could be repelled by the old school ux.

[-] Pantherina@feddit.de 1 points 7 months ago

I dont get how that works, you mail those lines with all those

+line
+something
-something

And they can like transform that into git and have it work as an actual patch?

[-] Snarwin@kbin.social 8 points 7 months ago

This website explains the process: https://git-send-email.io/

[-] theamigan@lemmy.dynatron.me 2 points 6 months ago

Yes, it's called a diff and git was designed with exactly this workflow in mind because it's how the Linux kernel has been developed for decades. GitHub is just a new fangled way to social network-ize the git workflow.

[-] GBU_28@lemm.ee 3 points 7 months ago

So make a private email only for GitHub

[-] BaumGeist@lemmy.ml 8 points 7 months ago
  1. If it's distributed through github, and there's no push to move elsewhere by users and contributors, then it's effectively hosted on/through github
  2. The analogy breaks down for collaborative projects, which is where the issues with github arise
  3. If their problem is with the project's distribution method, presumably the answer is yes
[-] chebra@mstdn.io 6 points 7 months ago

@shnizmuffin @Zen

Issues, milestones, discussions, pull requests, build logs, they all stay on the chosen host. That host can then add specific conditions to creating accounts, or participating in the discussion, searching code etc. Such as force you to have a phone number in your account, otherwise you won't be able to comment on issues. And all of these things might be locked in without a way to export and migrate to another host, so yes, it definitely matters where the project is hosted.

[-] ScreaminOctopus@sh.itjust.works 2 points 7 months ago

It would be nice if platforms like Forgejo and gitlab could hook into some sort of review and issue tracking protocol that was built directly into git, like git-appraise. Unfortunately it doesn't look like git appraise is actively developed.

this post was submitted on 21 Feb 2024
80 points (81.2% liked)

Open Source

30349 readers
2149 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS