Answers for "how to roll back to specific commit"

2

revert to a particular commit git

git reset --hard <SHAsum of your commit>
git push -f
Posted by: Guest on January-10-2022
0

revert a specific old commit

git revert 797832c
Posted by: Guest on May-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language