|
@@ -1,2 +1,18 @@
|
|
|
Kingfisher Pro Repo
|
|
|
+para descargar solo un branch usar el siguiente comando
|
|
|
+
|
|
|
+git clone -b mybranchELEGIDO --single-branch https://repo.eiru.com.py/edgar/kingfisher_pro.git
|
|
|
+
|
|
|
+ejemplo:
|
|
|
+
|
|
|
+git clone -b kingfisher8 --single-branch https://repo.eiru.com.py/edgar/kingfisher_pro.git
|
|
|
+git clone -b kingfisher9 --single-branch https://repo.eiru.com.py/edgar/kingfisher_pro.git
|
|
|
+git clone -b kingfisher10 --single-branch https://repo.eiru.com.py/edgar/kingfisher_pro.git
|
|
|
+git clone -b kingfisher11 --single-branch https://repo.eiru.com.py/edgar/kingfisher_pro.git
|
|
|
+git clone -b kingfisher12 --single-branch https://repo.eiru.com.py/edgar/kingfisher_pro.git
|
|
|
+
|
|
|
+NO OLVIDES QUE SI DESCARGAS SON git clone debes de hacer el checkout al branch elegido
|
|
|
+
|
|
|
+git checkout mybranchELEGIDO
|
|
|
+
|
|
|
Observación: Cadacommit debe ser bien explicativo para su fácil documentación
|