Skip to content

Instantly share code, notes, and snippets.

View KlissmanGranados's full-sized avatar
🏠
Working from home

Klissman Granados KlissmanGranados

🏠
Working from home
  • Venezuela
View GitHub Profile
for /D %s in (.\*) do (
cd %s
echo [FOLDER]: %s
git config user.name "{USERNAME}"
git config user.email {EMAIL}
cd ..
)