DEV Community

Pheak Pheasa
Pheak Pheasa

Posted on

To reset head of your branch comment

  1. Checkout to branch you want to reset.

  2. Using command to reset: git reset --hard <commit-hash>

  3. Force Push to Remote (if necessary): git push origin UAT --force

Top comments (0)