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
Post a Comment