this post was submitted on 28 Jul 2023
224 points (95.2% liked)

Programmer Humor

20039 readers
1688 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 2 years ago (1 children)

git restore . ?
Or am I misinterpreting the problem?

[–] [email protected] 16 points 2 years ago (1 children)

git restore is a pretty new command AFAIK. Those of us who learned git before its existence have probably stuck to the old ways of git reset --hard.

[–] [email protected] 3 points 2 years ago

Yep, I just learned of this command..