jj git clone --reference
(or passing arbitrary flags to git)
#7698
-
I'm cloning a massive repository over the network, for which I have another identical or almost identical clone on my local disk. Git allows me to fetch objects from the other local clone when available:
(There's also Is this somehow achievable using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Not that's currently not possible, but it may be possible if we get a |
Beta Was this translation helpful? Give feedback.
-
The only additional thing I'm aware of that Nixpkgs uses |
Beta Was this translation helpful? Give feedback.
Not that's currently not possible, but it may be possible if we get a
jj git run
command which shells out to specific Git commands.