this post was submitted on 07 Feb 2025
        
      
      546 points (98.9% liked)
      Programmer Humor
    27113 readers
  
      
      1631 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 2 years ago
      
      MODERATORS
      
    you are viewing a single comment's thread
view the rest of the comments
    view the rest of the comments
 
          
          
Even
git resetcan be undone by a lot of editors. At least IntelliJ has an excellent local history that works much like git. Sure it’s a pain if you touched several files but that’ll teach you to atomify your commits.Edit: Plus,
git resetitself does nothing of note really, but I’m sure you know. Needs the—hardflag to do any meaningful damage.