Skip to content

Console Output

+ echo MAIN
MAIN
+ git remote -v
origin	https://github.com/ome/governance.git (fetch)
origin	https://github.com/ome/governance.git (push)
+ git submodule foreach --recursive '
                echo "=============================="
                echo "$name"
                git remote -v
                git branch -vv
                git config --list | grep remote || true
            '