diff --git a/man/git-extras.html b/man/git-extras.html index e69de29..28e2231 100644 --- a/man/git-extras.html +++ b/man/git-extras.html @@ -0,0 +1,194 @@ + + + + + + git-extras(1) - Awesome GIT utilities + + + + +
+ + + +
    +
  1. git-extras(1)
  2. +
  3. Git Extras
  4. +
  5. git-extras(1)
  6. +
+ +

NAME

+

+ git-extras - Awesome GIT utilities +

+ +

SYNOPSIS

+ +

git-extras [-v,--version] [-h,--help] [update]

+ +

OPTIONS

+ +

-v, --version

+ +

Show git-extras version number.

+ +

-h, --help

+ +

Show this help. This option can also be used for any of the extras commands.

+ +

update

+ +

Self update.

+ +

ENVIRONMENT AND CONFIGURATION VARIABLES

+ +

git config --add git-extras.default-branch $BRANCH

+ +

Change the default branch to $BRANCH (defaut to master).

+ +

COMMANDS

+ + + + +

AUTHOR

+ +

Written by Tj Holowaychuk <tj@vision-media.ca>

+ +

REPORTING BUGS

+ +

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

+ +

SEE ALSO

+ +

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

+ + +
    +
  1. +
  2. October 2020
  3. +
  4. git-extras(1)
  5. +
+ +
+ + diff --git a/man/git-squash.html b/man/git-squash.html index c7cb344..e2adb31 100644 --- a/man/git-squash.html +++ b/man/git-squash.html @@ -121,7 +121,7 @@ $ git squash --squash-msg @~3

AUTHOR

-

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

+

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

REPORTING BUGS