this post was submitted on 28 Jul 2023
0 points (NaN% liked)

Programmer Humor

18962 readers
344 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
 
top 3 comments
sorted by: hot top controversial new old
[–] Sonotsugipaa@lemmy.dbzer0.com 0 points 1 year ago (1 children)

git restore . ?
Or am I misinterpreting the problem?

[–] static_motion@programming.dev 0 points 1 year 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.

[–] TheSealStartedIt@feddit.de 0 points 1 year ago

Yep, I just learned of this command..