Git detects directory with extension as file -


i'm using git repository,

for strong reason, i've got folder called name.gid files inside. when git add . it's added file (because of extension?) none of inner files added.

is there way specify git name.gid folder?

after git commit can use git ls-files . check files in repository.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -