79677978

Date: 2025-06-24 17:23:29
Score: 2
Natty:
Report link

If only you are working on the branch you can do:

See commit history,reflog : git reflog

Reset to old commit : git reset --hard <old-sha>

Force push to remote: git push --force origin <branch-name>

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