Touch all modified files in your working directory, forcing files watched with ie Guard to run tests
git status --porcelain -uall | awk '{print $2}' | xargs touch
This will print some error messages if you have removed or renamed files, but will work just fine.
Written by Griffin Smith
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#