New uploader & downloads screen
Update: Uploads have been deprecated Not too long ago we rolled out the one true downloads button, but unfortunately the Downloads page was still left unattended. Well, today we’re rolling…
Update: Uploads have been deprecated
Not too long ago we rolled out the one true downloads button, but unfortunately the Downloads page was still left unattended. Well, today we’re rolling out a totally new downloads page – including a completely rewritten uploader.
You can check out the new downloads screen on pages like brotherbard’s gitx fork.
The new uploader
Most importantly, we’ve completely rewritten the file uploader. So when you go to a repository that you have pushable access to, you’ll see a new interface.

There were a few significant updates:
- The uploader actually works (yay!)
- Upload multiple files at a time (you can select multiple files in the file dialog or click choose file multiple times)
- Better error handling (no more ambiguous alerts)
What should you use the downloads section for?
The downloads section is a great place to put things that are related to your project, but not necessarily the code. Some examples:
- PDF documents explaining the technology
- Binary distributions of software
- Minified versions of javascript files
- PSD Mockups
- SQL or data dumps
And don’t forget that you can automatically generate zip and tar.gz packages of your codebase by using git tag and they’ll show up on the downloads page.
Written by
Related posts
GitHub Availability Report: October 2025
In October, we experienced four incidents that resulted in degraded performance across GitHub services.
TypeScript, Python, and the AI feedback loop changing software development
An interview with the leader of GitHub Next, Idan Gazit, on TypeScript, Python, and what comes next.
What 986 million code pushes say about the developer workflow in 2025
Nearly a billion commits later, the way we ship code has changed for good. Here’s what the 2025 Octoverse data says about how devs really work now.