Skip to content

Instantly share code, notes, and snippets.

@djadmin
Created November 23, 2015 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djadmin/8cf4b41d192c5c51abbb to your computer and use it in GitHub Desktop.
Save djadmin/8cf4b41d192c5c51abbb to your computer and use it in GitHub Desktop.
Watch Git Status
#Tired to doing git status? Watch git changes using the below script
#install watch using homebrew
$ brew install watch
#watch git status
$ watch --color git status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment