How do I create a folder in a GitHub repository?

后端 未结 12 1171
庸人自扰
庸人自扰 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 03:50

    Create a new file, and then on the filename use slash. For example

    Java/Helloworld.txt

提交回复
热议问题