Version control
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 the form test.
GIT
ssh://root@192.168.99.252/etc/IntegraServer/web/forms/prueba
Â
You 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 / test)
We also have the GIT repository manager within the Form Designer.
Â