| ▲ | pxmpxm a day ago | |
I love that comments like these incept million tech bro look-at-my-clout responses for having learned some subset of the magic incantations to make git barely usable... As if you get an award for mental heuristics to put up with a poorly architected product with leaky abstraction all over. If you mentions reflogs, i'm yelling bingo. Bonus points: You have 3 new commits and in one there is a change in file.stupid, how many git bs things does it take to revert file.stupid to previous version while keeping the rest of the change set. | ||
| ▲ | perpetualpear 17 hours ago | parent [-] | |
One: git checkout <commit of previous version> -- file.stupid | ||