To create a new folder in GitHub, you must first create a new file and add that file to your new folder at the same time. Do this by navigating to your repository page.
2
Next, click the Add file dropdown menu on the right.
3
Select the first option labeled "Create new file."
4
To create a folder, name your file as follows:
Type the folder name followed by / and hit [[Enter]]
5
The folder name will automatically generate a new folder. Now you can give your file a name.
6
You'll need to commit your changes. Give your commit a name and a description.
7
Finally, hit "Commit new file" to finalize the changes.