Answers for "how to open the previous commit in git"

0

make previous commit master

git checkout master
git reset --hard <old_commit_id>
Posted by: Guest on August-13-2020

Code answers related to "how to open the previous commit in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language