primera version

This commit is contained in:
2026-02-24 21:39:58 -05:00
parent 2243c9e143
commit 46d87ee586
20 changed files with 35860 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
1 - instalamos el GIT descargando el archivo "Git-2.52.0-64-bit" del URL https://git-scm.com/install/windows
2 - nos ubicamos en la carpeta donde queramos copiar los archivos ejemplo
D:/temp/prueba -(contiene una carpeta birt.war)
3 - click derecho y abrimos una terminal
4 - iniciamos la configuración y conexión del GIT mediante las siguientes líneas de comando
git init
git add .
git commit -m "1 test"
git remote add origin http://194.5.152.156:3000/Rodrigo/prueba-1.git
git push origin master -f
git init
git config --global user.name "admin"
git config --global user.email "rodrigo15jul67@hotmail.com"
git commit -m "1 test"
git remote add origin http://194.5.152.156:3000/Rodrigo/prueba-1.git
git push origin master -f
git add .

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff