1GIT-GH-PAGES(1)                   Git Extras                   GIT-GH-PAGES(1)
2
3
4

NAME

6       git-gh-pages - Create the GitHub Pages branch
7

SYNOPSIS

9       git-gh-pages
10

DESCRIPTION

12       Create  the  GitHub  Pages  branch  (gh-pages)  with  an  initial dummy
13       index.html file.
14

EXAMPLES

16       $ git gh-pages
17       setting up gh-pages
18       Removing ...
19       [gh-pages (root-commit) 94f4b26] Initial commit
20        1 file changed, 1 insertion(+)
21        create mode 100644 index.html
22       Counting objects: 3, done.
23       Writing objects: 100% (3/3), 232 bytes, done.
24       Total 3 (delta 0), reused 0 (delta 0)
25       To git@github.com:myuser/myrepository.git
26        * [new branch]      gh-pages -> gh-pages
27       Branch gh-pages set up to track remote branch gh-pages from origin.
28       complete
29       $
30

AUTHOR

32       Written by Jesús Espino <jespinog@gmail.com>
33

REPORTING BUGS

35       <https://github.com/tj/git-extras/issues>
36

SEE ALSO

38       <https://github.com/tj/git-extras>
39
40
41
42                                 October 2017                  GIT-GH-PAGES(1)
Impressum