I have a question, now when setup git with IS, we recommend setup CI by jenkin, What about setup git remote server in IS server , example :
“C:\SoftwareAG\IntegrationServer” as a remote repository
If yes, can I roll back if someone change ACL, global variable, connection to previous commit ?
You should be able to rollback using git reset “commit no” anytime. you push those changes back to Master to keep them in sync again.
It would be good practice to set the repository at - IntegrationServer/instances/default/ level so that you are working on one particular instance for any changes.