back to last commit and abandone changes in git code example
Example 1: git discard staged changes
git reset HEAD
git checkout .
Example 2: git remove my local changes and pull from master
git reset --hard
git reset HEAD
git checkout .
git reset --hard