-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using local cache #45
Comments
Alternatively, if the first fetch was done with |
Possibly related to #28 |
Hi, @sbidoul I installed git-autoshare and git-aggregator, configure the PATH to use git autoshare automaticaly:
But when i try to use git-aggregator it doesn't use the autoshare. Is there anything additional that must be done to integrate them? |
Ahh got it, in the end that's what i'm doing here. Thanks |
I would like to suggest to add a new option, say
--cache-dir
and when it's presented use one of following options to initialise repository:git clone --reference
git worktree add
command instead ofgit init
-- looks as a better option as it doesn't require to change much in the scriptsThis would decrease network and storage costs on working with big repositories like odoo
The text was updated successfully, but these errors were encountered: