Skip to content

GitHub Blog Search

Search Results for: repository

An illustration of two octocats repairing a robot.

GitHub Rebase #4

Sorry about the delay on this one folks. Enjoy! :) Stats Breakdown Notable Projects acts_like_git: Crappy name, but this Rails plugin really does some neat stuff. It allows you to…

Nick Quaranto
An illustration of two octocats repairing a robot.

GitHub Code Search

Update: GitHub Codesearch is now located at github.com/search Today we're unveiling a new feature on GitHub that we've been working on for a bit now that lets you search through…

Scott Chacon
An illustration of two octocats repairing a robot.

GitTogether 2008

What happens when a dozen Git developers get together for beers after an all day Git conference? Patches like this: Subject: [PATCH 1/1] diff: support making output friendlier for fine,…

Scott Chacon
An illustration of two octocats repairing a robot.

GitHub Turns One!

![](https://cloud.githubusercontent.com/assets/391331/13195468/9e081ce4-d767-11e5-8866-125dac0d271a.jpeg) It's hard to imagine, but just one year ago today we made the first commit to the GitHub repository. We don't have a baby book for GitHub, so we'll…

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.

GitHub Disaster Guide

It's true, GitHub goes down. But this is not centralized version control land - GitHub going down does not have to stop you from committing to or deploying your code…

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

Use GitHub as your Blog!

David Baldwin has said goodbye to WordPress and started using GitHub as his blog. Go see for yourself: github.com/bilson/blog I love seeing novel uses of git and GitHub and this…

Tom Preston-Werner
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