15 lines
673 B
Bash
15 lines
673 B
Bash
#!/bin/bash
|
|
git clone http://18.235.188.113:3000/rjconsultores/ventaBoletosAdm.git
|
|
git clone http://18.235.188.113:3000/rjconsultores/Auditador.git
|
|
git clone http://18.235.188.113:3000/rjconsultores/GeneradorBoletosCNAB.git
|
|
git clone http://18.235.188.113:3000/rjconsultores/modelWeb.git
|
|
git clone http://18.235.188.113:3000/rjconsultores/WSAG.git
|
|
git clone http://18.235.188.113:3000/rjconsultores/WSTotvs.git
|
|
|
|
cd ventaBoletosAdm && git checkout dev && cd ..
|
|
cd Auditador && git checkout dev && cd ..
|
|
cd GeneradorBoletosCNAB && git checkout dev && cd ..
|
|
cd modelWeb && git checkout dev && cd ..
|
|
cd WSAG && git checkout dev && cd ..
|
|
cd WSTotvs && git checkout dev && cd ..
|