Answers for "how to create branch from previous commit"

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 "how to create branch from previous commit"

Browse Popular Code Answers by Language