Execute a GIT command in multiple folders using PowerShell
If you as me found yourself working with projects spanning over multiple folders you have probably struggled with do a git pull for all or some of the folders manually. Wouldn't it be great if you could perform a pull for all those folders at once? If you're on Windows…