Q:

reset to commit

# rollback to commit state
git revert --no-commit 0766c053..HEAD
git commit
0
# This will detach your HEAD, that is, leave you with no branch checked out:
git checkout 0d1d7fc32
-2
# This will detach your HEAD, that is, leave you with no branch checked out:
git checkout 0d1d7fc32
# to go back to original branch, git checkout master
0

New to Communities?

Join the community