add git-foo, which lists new and modified files from git
[cmccabe-bin] / git-foo
1 #!/bin/bash
2
3 git status | egrep '(modified:)|(new file:)' | sed 's/.*://'