
Dashboard Tweaks
Your owned and watched repositories in the dashboard sidebar are now ordered by the most recent push and limited to 10. The watched repos sidebar also has a "public /…
Category
Your owned and watched repositories in the dashboard sidebar are now ordered by the most recent push and limited to 10. The watched repos sidebar also has a "public /…
We've got another URL cleanup for you: ref names in tree browsing URLs. In The Old Days You'd take this path: http://github.com/ezmobius/redis-rb/tree/master http://github.com/ezmobius/redis-rb/tree/308c4e3fb7df212cd4c9f06260bd68a3566cb53c/lib http://github.com/ezmobius/redis-rb/blob/308c4e3fb7df212cd4c9f06260bd68a3566cb53c/lib/redis.rb Gross. In The New Days You…
As some may have noticed, project root URLs now drop the "/tree/default_branch" suffix. What was once http://github.com/mojombo/jekyll/tree/master is now http://github.com/mojombo/jekyll. (Of course "tree/master" will 301 redirect, don't worry.) Enjoy!
As of RubyGems 1.3.2, the index generation code supports incremental index updates. What this means is instead of taking minutes rebuild all of the indexes for GitHub's thousands of gems,…
Most repos use the branch master as their default, but Git doesn't force this upon you and why should we? Now you can change it to whatever you want. This…
A lot of people were excited about the Issues release yesterday, but many asked for an API for it. Because we love you all and you're so good to us,…
It gives us great pleasure to announce our integrated issue tracking system! On repository pages you'll now see an "Issues" tab in the top menu. Here's a quick rundown of…
Prior to actually building GitHub Pages, we had been kicking around the idea for a while. I thought nobody would bother, Chris and Tom thought differently. I decided the only…
I just released Jekyll 0.5.0 which contains a huge overhaul that allows you to specify options in a _config.yml file. GitHub Pages will honor most of these settings, so if…
In my crusade to improve our Gem support, I've added the ability for you to initiate a Gem build right from the interface. If your Gem build fails, it's often…
I hope everyone had a Happy 1234567890 Day! To commemorate the ultimate geek moment, we've decided to give you the ultimate geek gift: more disk space on every GitHub account!…
Edit: This feature has been replaced by Releases. This evening we rolled out a Downloads section for all repositories wherein repo members can upload files. Tag releases are also listed…
Getting a clone URL into your clipboard is now just a single click away!