Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to create a file somewhere in github via browser? [closed]

Tags:

browser

github

I know you can edit a file in githubs website, but I can't find if you can create or delete a file.


Note that since early December 2012, you can create new files directly from GitHub:

Create new File

ProTip™: You can pre-fill the filename field using just the URL.
Typing ?filename=yournewfile.txt at the end of the URL will pre-fill the filename field with the name yournewfile.txt.

d

like image 772
Codler Avatar asked Jun 30 '10 08:06

Codler


2 Answers

Looks like it is not possible yet, sorry.

If you have good reasons, you can send a Feature Request here:
http://support.github.com/discussion/new

like image 95
Nicolas Raoul Avatar answered Sep 23 '22 21:09

Nicolas Raoul


You can login to Cloud9 IDE and clone the repository and then create/delete as you like and then make a git push.

like image 43
Codler Avatar answered Sep 24 '22 21:09

Codler