How do I create a folder in a GitHub repository?

后端 未结 12 1172
庸人自扰
庸人自扰 2020-12-02 03:40

I want to create a folder in a GitHub repository and want to add files in that folder. How do I achieve this?

12条回答
  •  情话喂你
    2020-12-02 04:16

    Click on new file in github repo online. Then write file name as myfolder/myfilename then give file contents and commit. Then file will be created within that new folder.

提交回复
热议问题