this post was submitted on 08 Dec 2023
1461 points (98.3% liked)
Programmer Humor
19503 readers
1235 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Git is a program your computer runs to have a single folder have source control. It does all the hashing and commit chaining that you're used to, branches, that sort of thing.
But if you want it to be on more than one computer, you need to do this complicated "Bare" repository setup on a server computer to do the "git push" stuff you're used to.
Most people, being too lazy to learn bare repositories and the general sysadmin necessary to host a git server themselves, instead just use Microsoft's Github which is a web interface for the server use of git the program.
Microsoft then proceeded with their classic mantra of "Embrace, Extend, Extinguish" and started slapping on more and more features that are incompatible with any other git hosting service: actions, CI, their web VSCode instances, etc. That's all in GitHub too. But it's all just web interface for git the open source program, at the end of the day.
I like shitting on M$FT as much as the next bloke but if you believe Github started being evil when Microsoft entered the picture then your memory is pretty awful.
From it's inception github pushed proprietary tagging and issue numbers that have no meaning outside their platform and a difficult export process to trap projects - especially commercial ones - on their platform.
I was being diplomatic because I was uncertain how people felt about the issue and PR tracking, considering how Bitbucket and GitLab replicate it. Felt simpler to focus on the since-M$ft egregious steps.