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 *
9 Replies
Try
git add .
instead?same problem
Ah, it's empty isn't it?
yes, the folder is empty
git doesn't let you store empty folders
you have to add a file in there, then the file can get added
ok i'll check
worked thanks a lot bro
i'm strugling with this prb since yesterday
thanks a lot
have a nice weekend
no worries, glad to help! You too!