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
Hi, I made some changes to make output color. Save this to shell script: