git revert my local changes code example
Example 1: git undo all changes
git reset --hard
Example 2: git remove my local changes and pull from master
git reset --hard <your commit hash key>
git reset --hard
git reset --hard <your commit hash key>