I want to create a folder in a GitHub repository and want to add files in that folder. How do I achieve this?
Click on new file in github repo online. Then write file name as myfolder/myfilename then give file contents and commit. Then file will be created within that new folder.
myfolder/myfilename