From fcac00df9ff5d289eb32dffba7d2f56d3583719b Mon Sep 17 00:00:00 2001 From: Terence Chen <88120195+TcPirate1@users.noreply.github.com> Date: Mon, 10 Oct 2022 14:33:34 +1300 Subject: [PATCH] git-gh-pages: add page (#8787) --- pages/common/git-gh-pages.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/common/git-gh-pages.md diff --git a/pages/common/git-gh-pages.md b/pages/common/git-gh-pages.md new file mode 100644 index 0000000000..024ef37c07 --- /dev/null +++ b/pages/common/git-gh-pages.md @@ -0,0 +1,9 @@ +# 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`