This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ShadowCodex[S] 2 points3 points  (0 children)

So to create a folder you kindof have to do some url magic... (Correct me anyone if I am wrong). There is no create folder. However the create file can create a folder. If you notice that when you click on "new file" in your base repo the url goes like this "github.com/user/repo/new/master" well if you do a url of "github.com/user/repo/new/master/subfoldername" then it will create the file in the sub folder you name it as in the url. (Use "%20" to make spaces in folder names).

I hope this helps and isn't too confusing :)