Implement git clone --reference /path/to/reference/repo <remote_repository_url> <local_directory> using go-git #1537
Replies: 0 comments
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.
-
I need to implement a feature that caches the code from a remote repository to a specific path. If the cache is configured as "true", then use the git clone --reference command to reuse the files from the cache.
Beta Was this translation helpful? Give feedback.
All reactions