79371792

Date: 2025-01-20 15:25:09
Score: 2.5
Natty:
Report link

To achieve what you're asking you have to execute the command:

git reset --hard <commit-hash>

You can find more infos at the following link:

https://git-scm.com/docs/git-reset#Documentation/git-reset.txt-emgitresetemltmodegtltcommitgt;

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: anto9991