79781455

Date: 2025-10-03 05:28:22
Score: 2
Natty:
Report link

this is how to keep local changes, pull, and restore local changes :

git stash push -m "Backup"
git pull
git stash pop

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Kasyful Anwar