
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…
Category
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…
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…
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…
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,…
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…
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…
Our goal here at GitHub is to break down the barriers that normally impede collaboration. One of the biggest challenges that we face as developers is keeping track of what…
Want to use GitHub with Fluid? We got you covered. Here's a massive octocat for superb dock action.
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…
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…
Thanks to @VxJasonxV you can now install the GitHub Firefox easy-search from any page on our site: Search away.
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…
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…
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…
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…