i'm new user of bitbucket , new git. in project repository use modules in separate folders. of folders not clickable, show name arrow + number.
can explain me means?
i understood submodules, when use git clone folder in computer not downloaded. doing wrong?
it means submodule references sha1 of repo. sha1 see after arrow.
special entry in index, called gitlink.
you can see in question "bitbucket submodules wont delete".
when clone repo submodule, need add:
git submodule update --init
then see content of submodule, as detached head.
Comments
Post a Comment