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