Skip to content

Instantly share code, notes, and snippets.

@b4tman
Created February 16, 2025 11:55
Show Gist options
  • Save b4tman/2e63d2cca367a193a1fbd330038f0676 to your computer and use it in GitHub Desktop.
Save b4tman/2e63d2cca367a193a1fbd330038f0676 to your computer and use it in GitHub Desktop.
for a in $(ls)
pushd "./$a"; echo $a
ls -a .git > /dev/null 2>&1 && git remote -v
popd
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment