is there a way to reset my branch to a specific commit in git code example
Example: how to reset git branch to a certain commit.
git revert --no-commit 0766c053..HEAD
git commit
git revert --no-commit 0766c053..HEAD
git commit