Answers for "pull back specific commit on git"

1

pull specific commit

git fetch origin <commit-hash>
Posted by: Guest on January-03-2022
0

git pull from previous commit

git checkout -b old-state 0d1d7fc32
Posted by: Guest on July-18-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language