Skip to content

Category

Company

Git 2.8 has been released

Git 2.8 has been released

The open source Git project has just released Git 2.8.0, featuring a variety of features, bugfixes, and other improvements from over 70 contributors. Here are some of the most useful…

Jeff King
Creating a new contributor on-ramp

Creating a new contributor on-ramp

One of the most important elements of creating a strong community is shaping the new contributor experience. The on-boarding experience for new participants plays a huge role in how quickly…

Jono Bacon
Kindly Closing Pull Requests

Kindly Closing Pull Requests

Getting your first pull request from an outside contributor on GitHub is an exciting experience. Someone cared enough about the problem you were solving to check it out themselves, change…

Mike McQuaid
An illustration of two octocats repairing a robot.

Posters are here!

Posters featuring some extraordinary Octocat moments are now available in 8.5"x11", 18"x24", and 24"x36" sizes*. Check them out in the GitHub Shop *Frames not included

Brandi Firestine
Meet Judy Gichoya, Doctor and Developer

Meet Judy Gichoya, Doctor and Developer

To highlight the people behind projects we admire, we bring you the GitHub Developer Profile blog series. Judy Gichoya is a medical doctor specializing in radiology, but she’s also an…

Erin Symons
Working with submodules

Working with submodules

Eventually, any interesting software project will come to depend on another project, library, or framework. Git provides submodules to help with this. Submodules allow you to include or embed one…

Joshua Wehner
New Year, new Git release

New Year, new Git release

If your New Year's resolution was to update to a new version of Git, we've got good news. The Git community has just released Git 2.7.0, and we'd like to…

Michael Haggerty
How the Services team uses GitHub

How the Services team uses GitHub

If you're writing code, a repository is an obvious place to manage your work. But what about when the team's primary deliverable is not software? At GitHub, the Professional Services…

Matt Duff
Apple open-sources Swift on GitHub

Apple open-sources Swift on GitHub

Swift, Apple's powerful new programming language, is now open source on GitHub. Developers can submit bug fixes and enhancements, and help bring the language to new platforms. Open Source has…

Brandon Keepers
Managing large files with Git LFS

Managing large files with Git LFS

We recently announced that Git Large File Storage, our open source project for managing large assets with Git, had reached a 1.0 milestone and would be available to all repositories…

Allen Smith