To reset head of your branch comment

Pheak Pheasa - Jul 30 - - Dev Community
  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

. . . . . . . . . . . .
Terabox Video Player