How can I get rid of all the changes in all the files of my repository?
Say I am in a branch and I did some changes. git status returns
git status
Other way which I found useful is:
git checkout
Example:
git checkout *.html
More generally: