Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 225 Bytes

git.md

File metadata and controls

8 lines (6 loc) · 225 Bytes

Git

If you have multiple sites, and want to check status of the gimle submodule in all of them:

find . -path '*/gimle/.git' -execdir sh -c 'echo -n "\033[32m"; pwd; echo -n "\033[0m"; git status; echo ""' \;