Answers for "remove latest commit on remote repo"

0

delete last commit from remote repo

git reset HEAD^ --hard
git push <<remote>> -f
Posted by: Guest on December-07-2021

Code answers related to "remove latest commit on remote repo"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language