Skip to content

Category

Product

An illustration of two octocats repairing a robot.

More Slowness Eradicated

Creating comments, editing wiki pages, making Gists, and other "write" DB operations are now much faster. ![](https://cloud.githubusercontent.com/assets/391331/6120157/ffcd7c0c-b086-11e4-8ff8-3d371d75ffe0.png) That is all.

Chris Wanstrath
An illustration of two octocats repairing a robot.

The New, Improved GitHub Gem

While at RubyConf this year, giving my talk and drinking like an idiot with nearly every internet-famous Rubyist out there, I had a great idea. Only my incredible humility prevents…

Scott Chacon
An illustration of two octocats repairing a robot.

PDF Receipts

We send an email receipt whenever we charge your credit card on GitHub. While this is sufficient for most, not all corporations are happy receiving a plain/text receipt, so we're…

PJ Hyett
An illustration of two octocats repairing a robot.

GitHub Code Search

Update: GitHub Codesearch is now located at github.com/search Today we're unveiling a new feature on GitHub that we've been working on for a bit now that lets you search through…

Scott Chacon
An illustration of two octocats repairing a robot.

Participation Graphs go Canvas

![](https://cloud.githubusercontent.com/assets/391331/6140918/f5fe774a-b152-11e4-9a53-4bee85f22715.png) I've converted our participation graphs (as seen above) to use Canvas instead of Flash. Linux users rejoice! This means the graphs should load quite a bit faster and not…

Tom Preston-Werner
An illustration of two octocats repairing a robot.

Network Graph: Better, Stronger, Faster!

![](https://cloud.githubusercontent.com/assets/391331/6140892/b9f0f278-b152-11e4-83d3-a9d2ef633ff3.png) It's been almost 6 months since we released the network graph and since then it has become an indispensable part of the GitHub experience. Over that period I've been…

Tom Preston-Werner
An illustration of two octocats repairing a robot.

Repo Deletion for Everyone

Here's our latest feature: Did ya spot it? It's the delete button! No, we're not crazy. Prior to today, if you had a project that had been forked, you were…

PJ Hyett
An illustration of two octocats repairing a robot.

Token Authentication

We've just added site-wide token based authentication. You can find your API token in your account page, front and center. Simply pass login and token to any URL which requires…

Chris Wanstrath
An illustration of two octocats repairing a robot.

GitHub Languages

Edit: these features are no longer available. To go along with our new language graphs we've added some site-wide language pages. First, the top languages in GitHub as used by…

Chris Wanstrath
An illustration of two octocats repairing a robot.

One more thing…

When do people usually commit to Rubinius? ![](https://cloud.githubusercontent.com/assets/391331/6140799/c94e2174-b151-11e4-8cb9-ceaee7a14e8e.png) What languages are used by gitbuilder? ![](https://cloud.githubusercontent.com/assets/391331/6140805/d751df18-b151-11e4-994d-c47a3b71cb75.png) Who committed how much to GitNub, and when? ![](https://cloud.githubusercontent.com/assets/391331/6140811/e85d099a-b151-11e4-8a07-4fccf16f914e.png) Big thanks to Chris Neukirchen for…

Chris Wanstrath
An illustration of two octocats repairing a robot.

Ubiquitous Gists

Mozilla's Ubiquity is pretty cool. We just pushed out support for commands in Gist If we detect that a Gist contains an Ubiquity command, we'll add the proper markup to…

Chris Wanstrath
An illustration of two octocats repairing a robot.

Subversion Importing!

Double plus update: Check out our help documentation for full details on importing from SVN. Update: There have been reports of hanging on the import authors page and the import…

PJ Hyett
An illustration of two octocats repairing a robot.

Submodule Display

We now detect and display submodules making it easy to see what other code is being referenced via our web interface. ![](https://cloud.githubusercontent.com/assets/391331/6120042/4dce0a9a-b085-11e4-9e90-1c0b9503c6e2.png) If the submodule points to a repo on…

Tom Preston-Werner