Answers for "how to delete old commits in github"

-1

how to delete old commits in github

git reset --hard HEAD^
git push origin -f
Posted by: Guest on December-03-2020

Code answers related to "how to delete old commits in github"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language