this post was submitted on 20 Feb 2024
1244 points (98.4% liked)

Programmer Humor

18396 readers
747 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
[–] the_post_of_tom_joad@sh.itjust.works 95 points 4 months ago (15 children)

This whole thread makes me feel so much better about my struggles with github as a non-developer. I thought it was just me being an idiot

[–] emergencybird@lemmy.world 10 points 4 months ago (1 children)

If it makes you feel even better, I'm a software engineer and I had lots of trouble learning to use GitHub and git, it's embarrassing to admit it but I'm super glad I learned!

[–] zarkanian@sh.itjust.works 10 points 4 months ago (1 children)

Git isn't properly taught. I've studied programming both in college and in a boot camp, and both times they rushed right over git, showing only the bare essentials. This left me unprepared for the real world. I didn't know how to do basic stuff like exclude files or even undo changes.

It's so complex, they really should have a separate class for it.

[–] madcaesar@lemmy.world 1 points 4 months ago (1 children)

Do you have a proper good tutorial to recommend?

[–] zarkanian@sh.itjust.works 2 points 4 months ago

I like the git katas which go along with Johan Abildskov's book Practical Git. I recommend the book, but you don't need it in order to do the katas.

load more comments (13 replies)