Bartosz Gęza <bartoszgeza@xxxxxxxxx> writes: > Reference is read only (?) > I'd like to set up one global cache repository and forget. > Later as I fetch any objects they are stored there for fast future access. Somebody needs to keep the "global cache" up to date, and that has to be somebody who has access to cron(7) on your system, and you will be a good candidate to do so. So as part of the procedure to "set up one global cache repository and forget (about it)", make a bare clone and then set up a scheduled task to periodically "git fetch" from its origin, and then you are pretty much done, no? -- 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