Creating folders inside a GitHub repository without using Git

后端 未结 4 862
耶瑟儿~
耶瑟儿~ 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:51

    You can also just enter the website and:

    1. Choose a repository you have write access to (example URL)
    2. Click "Upload files"
    3. Drag and drop a folder with files into the "Drag files here to add them to your repository" area.

    The same limitation applies here: the folder must contain at least one file inside it.

提交回复
热议问题