delete recent changes in git code example
Example 1: git delete changes
git clean -df
git checkout -- .
Example 2: remove changes file git command
git checkout -- <file>
git clean -df
git checkout -- .
git checkout -- <file>