Finally
Something about github:
if you want to delete commit from github, here are the steps you want to use (Reference website):
- git reset –hard <commit-id>
- git push origin -f
PREVIOUSDocument Tools
if you want to delete commit from github, here are the steps you want to use (Reference website):