The Wayback Machine - https://web.archive.org/web/20141230012250/http://www.2ality.com/search/label/git
Showing posts with label git. Show all posts
Showing posts with label git. Show all posts

2012-01-10

GitHub: serve files to the web, with a single branch

GitHub has a nifty feature called GitHub Pages that allows you to serve files in your repository to the web. Those files have to reside in the branch gh-pages, which is different from the usual master branch. To avoid the slightly cumbersome maintenance of two branches, this post shows you how to only work with gh-pages.