this post was submitted on 16 Aug 2024
381 points (96.1% liked)
Programmer Humor
19557 readers
674 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
At work, was recently working on a script that alters the repo significantly. Every time I tested the script, I used the up arrow to get the
git clean
andgit checkout HEAD -- files
commands to reset the repo. I must've used those 100+ times.