I\'m writing a powershell script that needs to push code to several git repositories simultaneously?
Here\'s the script I have thus far:
param( [
Micah, you can use start-job to run it in background - http://technet.microsoft.com/en-us/library/dd347692.aspx