Hacker News new | ask | show | jobs
by bluedino 3775 days ago
Wait, so you couldn't add a file via the web before? I haven't used github except for pulling the source to projects but I would expect this was feature #1.
1 comments

Well as it's based on git, before you just had to push it via the command line.
No, there's always (read: for a long time) been a "New file" button that takes you here: https://github.com/user/repo/new/branch
The "New file" button cannot create a new binary file. This features lets you do that.