Category

Product

New Fluid Icon

Speaking of GitHub as a Fluid App, I've whipped up a better icon. This one looks nicer in the dock and doesn't get lost if you have a dark desktop…

Tom Preston-Werner

More Fluid Tastiness

Welp, I finally upgraded to Leopard today. And you know what that means... Fluid! Now that I can run standalone GitHub, I thought it would be fun to play with…

Chris Wanstrath

Repository Admin Tab

Repository collaborator permissions are coming very soon. You'll be able to give someone read, write, or admin access to your repository. To prepare for that, we've added an "Admin" tab…

Chris Wanstrath

Commit Comments

In the past, maybe 100 years ago, I worked at a company where the diff of each commit was emailed to the developers. If anyone had a comment or question,…

Chris Wanstrath

Service Integration

We heard you loud and clear that you wanted to integrate GitHub with your existing services without having to setup a custom post-receive service. Now, when you go to your…

PJ Hyett

We Launched

GitHub is officially live. Thanks for the awesome beta everyone. While you can sign up or upgrade your account now, it'll be one week (April 17th) before we start enforcing…

Chris Wanstrath

New to Git? Cheat!

Learning Git is not the easiest thing in the world. There are a ton of commands, many of which have multiple personalities. What's an aspiring hacker to do? The same…

Chris Wanstrath

Back to Subversion

Update, April 1st, 2010: While this post was originally made in jest, head over to Announcing SVN Support to see that it's now reality. You may have noticed things have…

Chris Wanstrath

Search GitHub in Firefox

Do you feel a sense of longing, even loss, when away from GitHub? Ian Ownbey provides some help: a Firefox search plugin for GitHub. Never be more than a few…

Chris Wanstrath

Super Awesome Search

We just rolled out our new and improved search. It's way better. Try out this search for git to see what I mean. It searches across repository names, descriptions, and…

Chris Wanstrath

Check Your Usage

Hey, wondering how much disk space you're using? Check your account page to find out. Usage is updated every time you push. As for me, I've got around 30 repositories…

Chris Wanstrath

Git Support for Rails Plugins

Installing a Rails plugin from GitHub is now as simple as: ./script/plugin install git://github.com/pjhyett/auto_migrations.git Sweet! Thanks to all involved for making it happen, the changeset is here. Now, to figure…

PJ Hyett