Is it possible to use git checkout -- on multiple files in order to discard the changes?
If so how would I specify multiple files?
Possible option could be:
git status --porcelain | cut -c4- | xargs git checkout