git-gh-pages
Create GitHub Pages orphan branch
TLDR
Create gh-pages branch
$ git gh-pages
SYNOPSIS
git gh-pages
DESCRIPTION
git gh-pages creates and sets up a gh-pages branch for GitHub Pages hosting. This git-extras command automates the creation of an orphan branch suitable for hosting static websites, independent of the main project history.
After creation, the gh-pages branch can be populated with HTML, CSS, and JavaScript files. When pushed to GitHub, the repository becomes accessible as a website at username.github.io/repository.
SEE ALSO
git-fresh-branch(1), git-extras(1)
