Last active
August 18, 2021 08:29
-
-
Save Gesugao-san/76000928b3bb5e76484dbcbccdb647b2 to your computer and use it in GitHub Desktop.
This script will loop through subdirs in current dir and log it's git remotes to log file.
This file contains 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
@ECHO OFF | |
CLS | |
ECHO ****************** | |
ECHO Moved to: https://github.com/Gesugao-san/list_remotes | |
ECHO ****************** | |
PAUSE | |
EXIT /B %ERRORLEVEL% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Moved to: https://github.com/Gesugao-san/list_remotes