How can directory avoid cloning in Git?

56 Views Asked by At

imgui directory is not empty in Github: https://github.com/OGRECave/ogre/tree/master/Components/Overlay/src

Simultaneously, if I clone with

git clone https://github.com/OGRECave/ogre.git

I get it empty. Why and how to fix?

0

There are 0 best solutions below