Skip to content

Instantly share code, notes, and snippets.

@Gesugao-san
Last active August 18, 2021 08:29
Show Gist options
  • Save Gesugao-san/76000928b3bb5e76484dbcbccdb647b2 to your computer and use it in GitHub Desktop.
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.
@ECHO OFF
CLS
ECHO ******************
ECHO Moved to: https://github.com/Gesugao-san/list_remotes
ECHO ******************
PAUSE
EXIT /B %ERRORLEVEL%
@Gesugao-san
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment