Skip to content

Category

Product

An illustration of two octocats repairing a robot.

GitHub Pages

GitHub Pages allow you to publish web content to a github.com subdomain named after your username. With Pages, publishing web content becomes as easy as pushing to your GitHub repository.…

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

The Fork Queue

I would like to introduce you to the Fork Queue, the first of two big features that rolled out today. As of a few minutes ago, everybody should now have…

Scott Chacon
An illustration of two octocats repairing a robot.

Git Training

Thinking about moving to Git? Want to bring the rest of your team up to speed? GitHub now offers customized Git Training. ![](https://f.cloud.github.com/assets/28818/1632311/d75cc6c6-5775-11e3-90ad-58a1e5165e88.png) Visit the training page for more information.

Chris Wanstrath
An illustration of two octocats repairing a robot.

Pushes!

You'll no longer see a flood of commit events in your dashboard. Instead? Push events. ![](https://cloud.githubusercontent.com/assets/391331/6141319/9a3694f0-b158-11e4-9fbc-cb89c4bddecb.png) Commit events will still appear on your profile and in all your RSS feeds…

Chris Wanstrath
An illustration of two octocats repairing a robot.

More GitHub Gem Goodies

You can now pass @--learn@ to any GitHub gem command to see the @git@ operations being run under the covers. Hot off the presses: Your browser does not support IFrames…

Chris Wanstrath
An illustration of two octocats repairing a robot.

Playing the Blame Game

One of the features I use a lot in git is 'git blame', which will show you who was the last person to change each line in any file in…

Scott Chacon
An illustration of two octocats repairing a robot.

Multiple Post-Receive URLs

You can now add multiple Post-Receive URLs for a single repository. Also, the Post-Receive settings have moved to the 'Services' tab (where they belong).

Chris Wanstrath
An illustration of two octocats repairing a robot.

Impact Graph Speedups

Impact Graphs got a nice upgrade today that has resulted in improved render times (except on the very first load after the recent deploy). Once a graph has been generated,…

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

Wiki Preview

![](https://cloud.githubusercontent.com/assets/391331/6120166/1756bd3e-b087-11e4-854a-d30e3396a89b.png)

Chris Wanstrath
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