Creating folders inside a GitHub repository without using Git

后端 未结 4 858
耶瑟儿~
耶瑟儿~ 2021-01-29 17:27

I want to add a new folder to my newly created GitHub repository without installing the Git setup for (Mac, Linux, and Windows). Is it possible to do so?

I can\'t have G

4条回答
  •  野性不改
    2021-01-29 17:43

    When creating a file, use slashes to specify the directory. For example:

    Name the file:

    repositoryname/newfoldername/filename
    

    GitHub will automatically create a folder with the name newfoldername.

提交回复
热议问题