Answers for "git reset branch to commit and push to origin"

1

revert to master origin branch git

git checkout mybranch
git reset --hard origin/mybranch
Posted by: Guest on April-29-2020

Code answers related to "git reset branch to commit and push to origin"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language