Back to Github

 

Finally

Something about github:

if you want to delete commit from github, here are the steps you want to use (Reference website):

  1. git reset –hard <commit-id>
  2. git push origin -f