Open
Description
I'm trying to open a repository that is a submodule and it is failing as it expects .git to be a directory, not a reference to where the real .git directory is.
For a submodule, .git is a file containing gitdir: ./relative/path/to/real/.git/modules/path/to/submodule
Which is itself a standard .git directory.
Unfortunately if I attempt to reference it it considers the repository bare.
Metadata
Metadata
Assignees
Labels
No labels