File: git-gh-pages.md

package info (click to toggle)
git-extras 4.2.0-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,632 kB
  • ctags: 191
  • sloc: sh: 2,388; makefile: 87
file content (40 lines) | stat: -rw-r--r-- 925 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
git-gh-pages(1) -- Create the GitHub Pages branch
=================================================

## SYNOPSIS

`git-gh-pages`

## DESCRIPTION

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

## EXAMPLES

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


## AUTHOR

Written by Jesus Espino &lt;<jespinog@gmail.com>&gt;

## REPORTING BUGS

&lt;<https://github.com/tj/git-extras/issues>&gt;

## SEE ALSO

&lt;<https://github.com/tj/git-extras>&gt;