Created
November 23, 2015 08:57
-
-
Save djadmin/8cf4b41d192c5c51abbb to your computer and use it in GitHub Desktop.
Watch Git Status
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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