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( [
How about start git "push $_ master --force -v"
start git "push $_ master --force -v"