Joined January 2018
·

navrkald

Posted to Git status on all repos in folder over 1 year ago

Hi, I made some changes to make output color. Save this to shell script:

#!/bin/sh
find . -maxdepth 1 -mindepth 1 -type d -exec sh -c '(echo {} && cd {} && git -c color.status=always status && echo)' \; | less -R
Achievements
1 Karma
0 Total ProTip Views