We are three colleagues who would need to jointly customise our IP webserver.
We though of putting the fresh IP install on our gitlab private and push our mods to it before pulling to the web-server.
This failed due to many .gitignore but also because of folder and file permissions which were changed in the process and do not behave after a pull.
Is there a way to collaboratively customise a IP clone so that we can trace our mods and pull to the server when we want to commit changes?
Thanks for advice