79074226

Date: 2024-10-10 11:46:28
Score: 1
Natty:
Report link
  1. Stash Your Changes:

git stash push -m 'temporary changes'

  1. Checkout the older commit:

git checkout <older-commit-hash>

  1. Apply your stashed changes:

git stash apply

  1. Clean up the stash:

git stash drop

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: yehuda r