I have a remote server that has my original instance of Omeka:
Now, I downloaded all code in local, and created a Git Repo.
Now, as user will add content directly on my remote server, I want to commit directly remotely, and then download changes in local.
Thing is I have no git repository in my distant server.
So, I tried to copy local .git folder to distant server, but now, I get:
error: bad index file sha1 signature
fatal: index file corrupt
How should I do it???