Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 7, 2014 14:13
Show Gist options
  • Save ryantm/2dbd7c81270d7c6e98ff to your computer and use it in GitHub Desktop.
Save ryantm/2dbd7c81270d7c6e98ff to your computer and use it in GitHub Desktop.
guard :shell do
watch(/.*/) {|m| `git status` }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment