Git Extensions not showing the same folder/submodules after cloning a repo than using Git on command line

336 views Asked by At

I'm not really sure what's happening. I cloned a Gitlab repository and when I see the folders/submodules in the command line it matches what is on my remote repo.

Remote Gitlab going into model_target folder, it has csar_lib: enter image description here

Git on command line, in model_target folder:

enter image description here

But when using Git Extensions, model_target folder: enter image description here

It's showing csar_utilities instead of csar_lib.

They're all pointing at the same commit ID, that's why it's a bit strange to see the difference.

1

There are 1 answers

0
VonC On BEST ANSWER

That should mean in command line, you use a git clone -recurse-submodule, which cloned the parent repository and its submodule.

But the Submodule view of Git Extension only lists submodules root tree.

The latest Git Extension release 4.0.0 does include a PR 10145: Open new instance if double click on current submodule:

https://user-images.githubusercontent.com/6248932/184008972-b8594da3-7e49-4510-bf05-1de2702b6bbb.png