How To Create Folder In GitHub?

Open your GitHub repository

Click Add file

Select Create new file

Type the folder name followed by a slash `/`

Type a file name after the slash, such as `folder-name/file.txt`

Add any content to the file

Scroll down and click Commit changes

The folder will be created with the file inside it

Suggested for You

Trending Today