Hello,
using the git-annex assistant I can activate auto update on the client machines. What about the server that serves as transfer repository? It needs to have git-annex installed. Is there any possibility of auto update there? What is the recommended procedure?
Thanks, Florian
You can run the git-annex assistant in any (non-bare) git repository, including one on the server.
A git post-receive hook is another way to update a repository on a server. See setup a public repository on a web site