Hi, Marco Maggesi wrote: > My problem is that I can hardly install git on the server for several > reasons that I will not explain here (also I'm not the administrator > of the server). > So I am looking for other solutions. Have you looked into "git bundle"? I should also mention that git can be run from ~/bin without trouble. If you lack the ability to modify your $PATH, "git fetch" and "git push" have --upload-pack and --receive-pack options that can be used to specify alternate commands like '~/bin/git upload-pack'. Ciao, Jonathan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html