this post was submitted on 14 Jan 2024
324 points (95.8% liked)
Programmer Humor
22113 readers
1571 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I refuse to believe that anyone other than Linus knows how to use git.
Git is one of those things that take a bunch of learning to understand but is makes perfect sense once you do. I read like half of the pro git book and after that I was like it's so simple! If course it still requires you to read half a book...
Yeah back before github existed, we used sourceforge to host opensource, and you had to use CVS. Then later Subversion.
I know how to use git. It's not that hard.
Hi Linus!
Oh boy are you in for a shock to know that I use git all the time when I want a piece of software that isn’t available in YaST2, Flatpaks or Appimages
I mean understand and know when or how to use every feature and command, I don't mean using
git clone https://github.com/foo/bar
occasionally.If a team member can fuck up the history you probably should look into your merge policies.
Git is easy: the key part is picking a GUI you feel comfortable with.
I use Git all the time and still have no idea how to use it