Answers for "move a branch back in git"

0

move a branch back in git

git checkout A
git reset --hard B
git push --force github
Posted by: Guest on June-08-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language