Created
February 16, 2025 11:55
-
-
Save b4tman/2e63d2cca367a193a1fbd330038f0676 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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