top | item 42650242

(no title)

bluedevilzn | 1 year ago

Parent comment is the quintessential example from the article that most people who know git didn't learn git properly.

discuss

order

SoftTalker|1 year ago

Yeah git rubbed me the wrong way from the beginning and I never learned it properly. My way makes the most sense to me. Stash? where? How do I get my files back? None of that is intuitive. I understand my way.

camtarn|1 year ago

I love git stash, but to be fair, if you've just had Git do something unexpected to your files, I can completely understand why you would not then trust Git to keep your changes safe while you use more Git commands to get back into a sane state! Sometimes simple and well understood is the best way.