You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a clone of a repository locally, you can currently use local.git.foo to use that current worktree instead, ignoring configured branch or tag.
It would be nice to have an alternative possibility like local.gitreference.foo or similar, that would then be used for the --reference option of git-clone, so that the object store of that local repository can be reused while still using the configured branch or tag.
The text was updated successfully, but these errors were encountered:
If you have a clone of a repository locally, you can currently use
local.git.foo
to use that current worktree instead, ignoring configured branch or tag.It would be nice to have an alternative possibility like
local.gitreference.foo
or similar, that would then be used for the--reference
option ofgit-clone
, so that the object store of that local repository can be reused while still using the configured branch or tag.The text was updated successfully, but these errors were encountered: