Is it possible to use git checkout -- on multiple files in order to discard the changes?
If so how would I specify multiple files?
Alternatively to what already has been answered I would do something like this for the current path:
git checkout ./*