Answers for "use previous commit to make a new branch"

CSS
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 "use previous commit to make a new branch"

Browse Popular Code Answers by Language