Skip to content

Category

Product

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
An illustration of two octocats repairing a robot.

Pull Request Auto-Responder

We just rolled out a new feature that allows you to activate an auto-response to any pull requests you receive. Here's a few use cases that make this a pretty…

PJ Hyett
An illustration of two octocats repairing a robot.

Show Me the Money

There have been a fair amount of requests for this feature and we were happy to oblige. If you click the "Update Credit Card" link on your account page, there's…

PJ Hyett
An illustration of two octocats repairing a robot.

Testing Post-Receive Hooks

You can now test post-receive hooks by viewing the "edit" page of your repository. This'll fire off a similar payload to the one your post-receive URL will receive on a…

Chris Wanstrath