From 3af82343d1771d8db8a3bebe5d8b87322d188ff2 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 26 Oct 2020 18:10:35 +0100 Subject: [PATCH] update script --- gitSpread.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitSpread.bat b/gitSpread.bat index e6ad115..8614f33 100644 --- a/gitSpread.bat +++ b/gitSpread.bat @@ -1,11 +1,11 @@ -REM Script di replica su altri rami di un branch git +REM Script di replica rami git +ECHO off REM l'argomento รจ il replication level: REM 0 = locale (current + dev) REM 1 = (0) + locale (master) + remoto (current + dev) REM 2 = (1) + locale (beta) + remoto (master + beta) REM 3 = (2) + locale (stable) + remoto (stable) -ECHO off set baseBranch=%1 set pushRemote=%2