if pushd ~/Git; then for repo in *; do pushd "$repo" git pull popd done popd fi