I want to use a FTP server as a git repo. The only way I know to do that is mounting the ftp with curlftpfs.
But with curlftpfs it is not possible to do any git command.
Is there another solution for that?
I can´t use rsync because I have problems with deleted and new files. If I create or delete a file on the source this should happen on the destination too. For this I can use the --delete and update option. But if there is a new file on the destination that don´t exist on the source the file should not be deleted. I think this is not possible with rsync because it don´t have any history saved.