How do I create a folder in a GitHub repository?

后端 未结 12 1148
庸人自扰
庸人自扰 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

    Simple Steps:

    Step 1: Click on Create new File


    Step 2: Enter the folder name that you want, then press /


    Step 3: Enter a sample file name. You must enter some text.


    Step 4: Click Commit new file to create the folder


    Step 5: Your folder is created!

提交回复
热议问题