how to make undo to last push in github code example
Example 1: git remove las remotet commit
git reset HEAD^ # remove commit locally
git push origin +HEAD # force-push the new HEAD commit
Example 2: undo reset commit git
git reflog //to get commitID
git reset #commitID