remove changes on file git code example
Example 1: how to remove file changes in git
git clean -df
git checkout -- .
Example 2: remove changes file git command
git checkout -- <file>
git clean -df
git checkout -- .
git checkout -- <file>