this post was submitted on 14 Jan 2024
328 points (95.8% liked)
Programmer Humor
19557 readers
648 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
As a side note, I find it incredible how much programmers have such little knowledge of how to use Git properly.
Even the most amazing developers I've worked with found themselves completely unable to manage their repos properly.
I refuse to believe that anyone other than Linus knows how to use git.
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.