This is an old revision of the document!
Arcoslab-doc configuration
We have a lot o photos and binary files inside our documents git repository, so this is an effort for bringing them out of control-versioning and into our owncloud service. We can do that with git hooks, so that we make sure that the owncloud and the git repo stay synced.
Testing hooks branch
We don't want to make important changes to master (because that is usually a bad idea), so we have created a branch for testing this new feature. If you want to test this yourself, or want to contribute, do so on the special branch.
Inside the arcoslab-doc repo run:
git checkout hooks-testing git pull
DO NOT merge this special branch to master, unless you know the dark magic of git very well. This can be very dangerous and break the workflow of many ARCOS-Lab members. You have been awared!