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
In a Git GUI application like SmartGit I would filter the displayed files by the pattern *.foo, press Ctrl+A to select all the filtered files and invoke the Unstage command.
*.foo