Skip to content

Instantly share code, notes, and snippets.

@KlissmanGranados
Created June 21, 2022 19:50
Show Gist options
  • Save KlissmanGranados/6cd429ae5d494dd21a9e858fdb75b52d to your computer and use it in GitHub Desktop.
Save KlissmanGranados/6cd429ae5d494dd21a9e858fdb75b52d to your computer and use it in GitHub Desktop.
for /D %s in (.\*) do (
cd %s
echo [FOLDER]: %s
git config user.name "{USERNAME}"
git config user.email {EMAIL}
cd ..
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment