up:: Git
How to revert uncommitted changes to files of a certain type in git - Stack Overflow
git checkout -- "*.xml"
などとする。
up:: Git
How to revert uncommitted changes to files of a certain type in git - Stack Overflow
git checkout -- "*.xml"
などとする。