Folder is not upper when i use git add *

in the local repo i created folders and files bit i can see only the files when i execute the comm: git status and git add *
No description
9 Replies
Jochem
Jochem5mo ago
Try git add . instead?
gtyassine
gtyassine5mo ago
same problem
Jochem
Jochem5mo ago
Ah, it's empty isn't it?
gtyassine
gtyassine5mo ago
yes, the folder is empty
Jochem
Jochem5mo ago
git doesn't let you store empty folders you have to add a file in there, then the file can get added
gtyassine
gtyassine5mo ago
ok i'll check
gtyassine
gtyassine5mo ago
worked thanks a lot bro
No description
gtyassine
gtyassine5mo ago
i'm strugling with this prb since yesterday thanks a lot have a nice weekend
Jochem
Jochem5mo ago
no worries, glad to help! You too!