diff --git a/gitSpread.bat b/gitSpread.bat index 0a60feb5..eb408077 100644 --- a/gitSpread.bat +++ b/gitSpread.bat @@ -21,7 +21,9 @@ if %pushRemote% GTR 0 ( git push . %baseBranch%:MongoDb ) if %pushRemote% GTR 0 ( git push gitlab.steamware %baseBranch%:beta ) if %pushRemote% GTR 0 ( git push gitlab.steamware %baseBranch%:develop ) +if %pushRemote% GTR 1 ( git push . %baseBranch%:ADM ) if %pushRemote% GTR 1 ( git push . %baseBranch%:MAG ) +if %pushRemote% GTR 1 ( git push . %baseBranch%:TAB ) if %pushRemote% GTR 1 ( git push . %baseBranch%:SDK ) if %pushRemote% GTR 1 ( git push gitlab.steamware %baseBranch%:ES3 ) if %pushRemote% GTR 1 ( git push gitlab.steamware %baseBranch%:Giancarlo ) @@ -29,7 +31,9 @@ if %pushRemote% GTR 1 ( git push gitlab.steamware %baseBranch%:MongoDb ) if %pushRemote% GTR 2 ( git push . %baseBranch%:master ) if %pushRemote% GTR 2 ( git push . %baseBranch%:stable ) +if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:ADM ) if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:MAG ) +if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:TAB ) if %pushRemote% GTR 2 ( git push gitlab.steamware %baseBranch%:SDK ) if %pushRemote% GTR 3 ( git push gitlab.steamware %baseBranch%:master )