Skip to content

Category

Product

An illustration of two octocats repairing a robot.

git clone http://github.com/tpw/endo

Thanks to rodjek and technoweenie the trailing ".git" is now optional when cloning GitHub repos using SmartHTTP: $ git clone http://github.com/tpw/endo Cloning into endo... remote: Counting objects: 6, done. remote:…

Chris Wanstrath
An illustration of two octocats repairing a robot.

Threaded Email Notifications

Over the weekend we rolled out a few changes to email notifications to better take advantage of your mail reader's ability to group messages into conversations and threads: Here's what's…

Ryan Tomayko
An illustration of two octocats repairing a robot.

Introducing the File Finder

Back when I started using TextMate, its cmd-T file finder completely changed the way I browse and read code. When I switched to Janus last year, it was only because…

Aman Gupta
An illustration of two octocats repairing a robot.

Pull Request Diff Comments

That's right. They're here. Now you can comment directly on individual lines in the Diff attached to any Pull Request. These things are smart. They keep their proper position, even…

Ryan Tomayko
An illustration of two octocats repairing a robot.

Improved Gist Search

One of my New Year's resolutions for this year is to make GitHub search awesome. Today I'm happy to announce that Phase One of this project is complete, in the…

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

Refreshed Pull Request Discussions

We just rolled out a slightly redesigned Pull Request discussion view. You can check it out on any pull request like this one on rack/rack. This refresh opens up the…

Kyle Neath
An illustration of two octocats repairing a robot.

Octocat Wallpapers for All

Now, GitHub is known for the awesome schwag we put on your backs. So how about some shwag for the much-loved electronic devices in your life? Well, today's your lucky…

Bryan Veloso
An illustration of two octocats repairing a robot.

Git-powered wikis improved

Many of you already know about Gollum, the git-powered wiki system that we use for every GitHub Wiki. While the Wikis have been proven great for those that know git…

Eston Bond
An illustration of two octocats repairing a robot.

New Organizations API

I pushed the new Organization API documentation today. You can now access and modify Organization and Team information for your repositories. The Org API managed to test the limits of…

Risk Olson
An illustration of two octocats repairing a robot.

libgit2: a Git Linkable Library

One of the long running issues with Git is that the library produced to run the binary is not re-entrant - you can't link to it from another program because…

Scott Chacon
An illustration of two octocats repairing a robot.

Online Git Training Series

This December 14th we'll be kicking off the first in a series of all-day online Git training sessions. The series will be taught by our partner Matthew McCullough of Ambient…

Scott Chacon
An illustration of two octocats repairing a robot.

Hack your Kinect on GitHub

libFreenect is an open source library for tinkering with your Kinect. People have already been using it for lightsabers, interactive puppets, multitouch interfaces, and more. It's only been a few…

Risk Olson
An illustration of two octocats repairing a robot.

Big Service Hook Update

I merged eight pull requests yesterday on our community-supported Service Hooks: Yammer by rboyd Notifo updates by stammy grmble by andyburke Co-Op by Throlkim Full IRC authentication support by sampierson…

Risk Olson