Here's the thing:
We are developing and we push and commit etc.
Our designers just finish an image edition and it would be nice for the workflow, to allow the designers to place their images themselves.
All application images are on a single place.
I don't mind setup the designers computers in order for them to do "git push", however I would feel safer if, they do it, only on that specific image folder.
Perhaps a gitignore declaring to ignore everything except the contents of image folder? Or more cleanly, we can setup a git user somehow ? Or should this be a job for the ssh access to this user?
As anyone have done such a thing ? If so, what options do we have?