Skip to content

GitHub Blog Search

Search Results for: repository

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.

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.

Mirroring to GitHub

The flogic guys have a great write up detailing their setup. They go into detail on how to setup a local mirror to use when deploying your app. Here's a…

Chris Wanstrath
An illustration of two octocats repairing a robot.

Maven-enabled project hosting

mrdon has an excellent blog post explaining how to use GitHub with Maven. Not just read-only, either - mrdon's solution handles pushing the git repository changes to GitHub transparently. The…

Chris Wanstrath
An illustration of two octocats repairing a robot.

Scaling Lesson #23742

GitHub was created as a side project, but it seems to have struck a nerve and gained traction quickly. As such, a lot of the infrastructure decisions were made not…

PJ Hyett
An illustration of two octocats repairing a robot.

Formatted Files

Files in your repository are now formatted same as the README. This means if you have a file with a @.markdown@ extension, for example, it'll show up all pretty-like. Enjoy.…

Chris Wanstrath
An illustration of two octocats repairing a robot.

Supercharged Downloads

The Download button is now supercharged. It gives you the option to download a Zip version of the repository and suggests other downloads - recent tags, basically - giving people…

Chris Wanstrath
An illustration of two octocats repairing a robot.

RubyGem Info

Now that it's so easy to install gems, we figured that you should know when a repository offers a gem install. So, that's what we did: If you see a…

PJ Hyett
An illustration of two octocats repairing a robot.

Cheat + Git = Chit

You've problem seen Cheat by way of the Git cheat sheet. Yeah, it rocks. Well guess what - the industrious Robin took it a step forward and wrote a Git-backed…

Chris Wanstrath
An illustration of two octocats repairing a robot.

Gem Builder Feedback

Before today, when you pushed your gemspec to GitHub the only way you knew whether or not your gem built successfully is if it showed up on our server. Not…

PJ Hyett
An illustration of two octocats repairing a robot.

Getting Paid the Open Source Way

Update: We've discontinued this feature. If you'd like to accept donations, paste your pledgie code directly into your README (we'll display the image for you). This afternoon we're rolling out…

PJ Hyett
An illustration of two octocats repairing a robot.

GitHub Services IPO

No, we're not listed on the NASDAQ (yet), but we are open-sourcing the code that handles our service integration with the likes of Twitter, Campfire, Lighthouse, etc. We realized there's…

PJ Hyett
An illustration of two octocats repairing a robot.

It’s a mirror

Looks like jakobo had some hard drive troubles this weekend. Ouch. Luckily, thanks to backups and GitHub, he didn't lose much. I did a fresh install upgrade from Tiger to…

Chris Wanstrath
An illustration of two octocats repairing a robot.

GitHub’s RubyGem Server

Update regarding require, please read below The next time you visit your repository's edit screen you'll see a new checkbox that should be pretty exciting for users hosting their RubyGem…

PJ Hyett
An illustration of two octocats repairing a robot.

One Million Events

GitHub hit a major milestone the other day, surpassing its millionth event. Events are those helpful things that show up in your dashboard, letting you know when someone makes a…

PJ Hyett
An illustration of two octocats repairing a robot.

Limits are coming…

It's almost that time. If you're seeing the message below, please head to your account page and either upgrade your plan or take the steps necessary to limit your usage…

Chris Wanstrath
An illustration of two octocats repairing a robot.

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

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