Answers for "remove all commit and code from github repo"

2

how to remove all commit in git

run this command
git reset --soft HEAD~
Posted by: Guest on February-15-2022
3

how to delete commits on github

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

Browse Popular Code Answers by Language