--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # git gh-pages > Create a new branch inside the current repository called `gh-pages`. > Part of `git-extras`. > More information: . - Create the GitHub pages branch inside the repository in the current directory: `git gh-pages`