this post was submitted on 30 Jan 2024
1948 points (99.1% liked)
Programmer Humor
32361 readers
291 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What's a fork, I know what GitHub is and use it too. Just don't know what a fork is haha
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks
It's basically like a copy of the original repository. But you can pull in and merge changes from the original, make a pull request for the original to pull your changes. Fork+pull request enables you to contribute to someone else's repository. Things like Chromium are in part forks of Safari, just that they diverged over time.