Replies: 1 comment
-
It would be simpler to use a bare checkout + shared clones like what's mentioned in #1560. This wouldn't provide the deduplication feature, but maybe that's a stretch anyway. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I have an idea about how I'd like to publish my web server assets, integrating with go-git. I'm hoping to achieve a few things at once:
*os.File
.So here's the strategy I'm cooking up:
With this I'd be able to serve as many versions of files as I want and git automatically deduplicates them for me so it seems like a great plan.
My questions are:
Beta Was this translation helpful? Give feedback.
All reactions