Answers for "how to reset git branch to a certain commit."

2

how to reset git branch to a certain commit.

git revert --no-commit 0766c053..HEAD
git commit
Posted by: Guest on April-18-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language