Answers for "can you remove a commit from github"

3

how to delete commits on github

git reset --hard 71c27777543ccfcb0376dcdd8f6777df055ef479
git push --force
Posted by: Guest on March-17-2022
0

delete commit from github

git reset --hard 71c27777543ccfcb0376dcdd8f6777df055ef479
Posted by: Guest on August-10-2021

Code answers related to "can you remove a commit from github"

Browse Popular Code Answers by Language