this post was submitted on 19 Aug 2025
429 points (94.4% liked)
Programming
22960 readers
139 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
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
At work people think I'm some kind of wizard with git.
I tell them I've been using it every day for 15 years and I read the freely available book on the website, link them to it, and mention the first 3 chapters probably covers 90% of their normal usage so they should just read that.
They won't do it. I don't get it. Something about written words is scary to them.
Same here. I obviously don't remember everything because I rarely if ever have to use them, but at least when the time finally comes that I need "git bisect", I'll know that "git bisect" exists and I'll be able to go straight to the manual page that documents it.
No one expects anyone to read the manual and remember it all... But you will naturally remember the big lines and be able to refer to the right place when you need something.
This is my exact experience with a lot of things. I just skimmed through the first party documentation for $thing and it pays huge dividends over time when compared to trying to learn from the relatively context-sparse stack overflow or chatbot