Skip to content

GitHub Blog Search

Search Results for: GitHub Pages

Git 2.10 has been released

Git 2.10 has been released

The open source Git project has just released Git 2.10.0, with features and bugfixes from over 70 contributors. Here's our look at some of the most interesting new features: Progress…

Jeff King
An illustration of two octocats repairing a robot.

Delivering Octicons with SVG

GitHub.com no longer delivers its icons via icon font. Instead, we’ve replaced all the Octicons throughout our codebase with SVG alternatives. While the changes are mostly under-the-hood, you’ll immediately feel…

Aaron Shekey
An illustration of two octocats repairing a robot.

Subresource Integrity

Like many sites, GitHub uses a content delivery network (CDN) to serve static assets such as JavaScript, CSS, and images to our users. The CDN makes web browsing faster by…

Ben Toews
An illustration of two octocats repairing a robot.

Introducing split diffs

Diffs now come in two flavors, unified and split. Switch between them on pull request, commit, and compare pages using the toggle in the top right of the page. The…

Mark Otto
An illustration of two octocats repairing a robot.

Wikis: now with more love

Documenting the code you share on GitHub can contribute tremendously to the success of your project. When your documentation is easy to access and read, people can better understand how…

Brandon Keepers
An illustration of two octocats repairing a robot.

10 Million Repositories

What an incredible and productive year! A few days ago the 10 millionth repository was created on GitHub.com, just in time for the new year. The first million repositories were…

Brian Doll
An illustration of two octocats repairing a robot.

Repository Next

Today we’re proud to announce a redesigned repository experience focused on your content, built for everyday use. We’ll be slowly rolling out the ability to opt-in to this new design…

Kyle Neath
An illustration of two octocats repairing a robot.

There’s a map for that

Not long ago, we began rendering 3D models on GitHub. Today we're excited to announce the latest addition to the visualization family - geographic data. Any .geojson file in a…

Ben Balter
An illustration of two octocats repairing a robot.

Introducing Contributions

Today we're happy to release Contributions: a new addition to profile pages that lets you see what everyone has been up to on GitHub. Popular Repositories Show off the fancy…

Justin Palmer
An illustration of two octocats repairing a robot.

Searching and Filtering Stars

You can already see all the repositories you’ve starred at github.com/stars, but today your Stars page just got a whole lot better. Search Looking for a repository you starred? Search…

Zach Holman