Skip to content

GitHub Blog Search

Search Results for: Issues

An illustration of two octocats repairing a robot.

Pull Requests 2.0

GitHub launched with a simple pull request system on day one. You've used it to send 200 thousand pull requests in just over two years. Now we're taking it to…

Ryan Tomayko
An illustration of two octocats repairing a robot.

Introducing Organizations

Today we're introducing Organizations. Organizations simplify management of group-owned repositories (for example: your company's code), expand on our permissions system, and help focus your GitHub workflow for business and large…

Kyle Neath
An illustration of two octocats repairing a robot.

Collaborator tweaks

Today we rolled out a couple changes in the way collaborators work with GitHub. Dashboard repository listing The dashboard repository listing now includes all repositories you can push to. So…

Kyle Neath
An illustration of two octocats repairing a robot.

GitHub Rebase #40

Time for another GitHub Rebase, covering some of the latest and greatest projects that make their home here on GitHub. Let me know if yours should be on a future…

Nick Quaranto
An illustration of two octocats repairing a robot.

Inline commit notes

In Ryan's Compare View post we promised that we'd be rolling out more code review features and today we're rolling out the latest: inline commit comments notes. Comments → Notes…

Kyle Neath
An illustration of two octocats repairing a robot.

GitHub Rebase #38

Welcome to Rebase 38. Suggestions for projects to cover are always welcome, check out the criteria here. In the meantime, check out this preview of some neat visualizations using the…

Nick Quaranto
An illustration of two octocats repairing a robot.

Introducing Resque

Resque is our Redis-backed library for creating background jobs, placing those jobs on multiple queues, and processing them later. Background jobs can be any Ruby class or module that responds…

Chris Wanstrath