I would like to run
git reset *.foo
but this errors out.
I think I need to use a pipe, but I\'m not sure how to do this.
Th
E.g. I want to match all "migrations" in path.
git diff --name-only | grep migrations | xargs git checkout