update script
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user