Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Tenemos un Servidor GIT en nuestro Servidor, cada proyecto es un repositorio el cual cada vez que se Activa (Deploy) un Proyecto este guarda un commit.

 Para obtener las versiones anteriores se puede clonar un repositorio Local luego hacer todos los cambios que se requiera, ir a commits anteriores, etc para luego manualmente copiar los archivos al Servidor, se hace un refrescar del Explorador para obtener la versión actual.

Clonar en SourceTree:

Para usuario root, en el servidor In our server we have a GIT server, each project is a repository that every time a project is activated (deploy), a commit is saved.

To obtain the previous versions, you can clone a local repository and then make all the changes that are required; go to previous commits, etc. To manually copy the files to the server, refresh the browser to obtain the current version.

...

Clone to SourceTree:

For root user, on server 192.168.99.252 el Form prueba.the form test.

GIT

Code Block
title
languagebashGIT
ssh://root@192.168.99.252/etc/IntegraServer/web/forms/prueba

Luego se tiene acceso local a los archivos y commits, viendo la historia y pudiendo cambiarla luego se sube al destino correcto via sftp (EjemploYou have local access to files and commits, viewing the history and being able to change it. Then it is uploaded to the correct destination via SFTP. (Example: / etc / IntegraServer / web / forms / pruebatest)También disponemos del manejador del repositorio GIT dentro del Forms Designer

Info

We also have the GIT repository manager within the Form Designer.