Answers for "git move commit to new bnrach"

1

move branch to a commit

git checkout master
git reset --hard 1258f0d0aae
Posted by: Guest on May-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language