diff --git a/gitSpread.bat b/gitSpread.bat index 68b66e6..4d9b6ba 100644 --- a/gitSpread.bat +++ b/gitSpread.bat @@ -17,11 +17,13 @@ if %pushRemote% GTR 0 ( git push . %baseBranch%:develop ) if %pushRemote% GTR 0 ( git push gitlab.steamware %baseBranch%:develop ) if %pushRemote% GTR 1 ( git push . %baseBranch%:master ) if %pushRemote% GTR 1 ( git push gitlab.steamware %baseBranch%:master ) -@REM if %pushRemote% GTR 2 ( git push . %baseBranch%:FANUC ) -@REM if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:FANUC ) -@REM if %pushRemote% GTR 2 ( git push . %baseBranch%:OSAI ) -@REM if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:OSAI ) -@REM if %pushRemote% GTR 2 ( git push . %baseBranch%:SIEMENS ) -@REM if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:SIEMENS ) +if %pushRemote% GTR 2 ( git push . %baseBranch%:FANUC ) +if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:FANUC ) +if %pushRemote% GTR 2 ( git push . %baseBranch%:OSAI ) +if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:OSAI ) +if %pushRemote% GTR 2 ( git push . %baseBranch%:SIEMENS ) +if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:SIEMENS ) +if %pushRemote% GTR 2 ( git push . %baseBranch%:KVARA ) +if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:KVARA ) ECHO on \ No newline at end of file