What does green folder icon in github web interface mean?

后端 未结 3 1094
予麋鹿
予麋鹿 2021-01-23 06:15

I wanted to add some folder in my current git repo.

but i have received such green folder in the github the following image . How to add this folder into this project.<

3条回答
  •  离开以前
    2021-01-23 06:29

    From memory, Git doesn't recognise empty folders. Do you have anything in it? If not, add a README or something too.

提交回复
热议问题