Answers for "revert branch to commit git"

0

git revert to commit

git reset --hard <COMMIT_ID>
git push -f origin
Posted by: Guest on March-29-2022
0

revert to commit git

# This will detach your HEAD, that is, leave you with no branch checked out:
git checkout 0d1d7fc32
Posted by: Guest on April-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language