(not set) | |
Blog | (not set) |
Website | (not set) |
8
score
|
List status of all GIT repos$ find ~ -name ".git" 2> /dev/null | sed 's/\/.git/\//g' | awk '{print "-------------------------\n\033[1;32mGit Repo:\033[0m " $1; system("git --git-dir="$1".git --work-tree="$1" status")}' |