Created
December 27, 2011 14:21
-
-
Save adamli/1523790 to your computer and use it in GitHub Desktop.
Push to multiple git remotes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd ongage | |
| @setlocal | |
| set HOME=%USERPROFILE% | |
| set GIT_SSH=c:\util\putty\plink.exe | |
| cmd /c "c:\progra~2\Git\bin\git.exe push --progress github adam:master" | |
| cmd /c "c:\progra~2\Git\bin\git.exe push --progress github adam:adam" | |
| cmd /c "c:\progra~2\Git\bin\git.exe push --progress intg2 adam:master" | |
| @endlocal | |
| cd .. | |
| PAUSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment