this post was submitted on 14 Jan 2024
336 points (95.9% liked)

Programmer Humor

18947 readers
643 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

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] backhdlp@iusearchlinux.fyi 57 points 7 months ago (12 children)

I refuse to believe that anyone other than Linus knows how to use git.

[–] fidodo@lemmy.world 19 points 7 months ago (3 children)

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...

[–] cyborganism@lemmy.ca 16 points 7 months ago (2 children)

Yes! And the book is free. You can download it in PDF if you want.

For some reason I've always been able to visualize version control systems and workflows pretty well and understand how they work. I used to host a CVS server when I was in college back in 2001 so my teammates and I we could collaborate on our lab projects. Then moved on to Subversion, which I used for a very long time. Then I worked at a small company who used Canonical's Bazaar and finally joined a big corp who used Git.

Throughout the years I simply developed some good practices that I applied to Git and that seemed to be enough. But, I'd occasionally get into this detached head state that I didn't really understand. And this happened often with my teammates at that job. They'd end up with bizarre scenarios. So I started reading the book and experimenting and was soon pretty solid in Git and ended up being the SME on that topic for our team. Everyone would come to me when they got stuck.

I'm still learning new shit about Git even 8 years later lol. But, the step from being a newbie to a normal user is really big.

[–] mrkite@programming.dev 6 points 7 months ago (1 children)

Yeah back before github existed, we used sourceforge to host opensource, and you had to use CVS. Then later Subversion.

load more comments (8 replies)