This commit is contained in:
Tj Holowaychuk 2011-03-27 09:06:08 -07:00
parent 9e5b89842b
commit b48ee68b8d
4 changed files with 22 additions and 6 deletions

View file

@ -19,6 +19,7 @@ Brew (buggy):
## Commands
- git extras
- git summary
- git changelog
- git commits-since
@ -33,11 +34,18 @@ Brew (buggy):
- git contrib
- git repl
- git undo
- git update-extras
- git gh-pages
- git setup
- git touch
## extras
The main `git-extras` command, outputting the current `--version`, or listing the commands available via `--help`, or `updating` to the latest release.
For example if you wish to update to the latest version of git-extras simply execute:
$ git extras update
## gh-pages
Sets up the `gh-pages` branch.
@ -261,10 +269,6 @@ Remove the latest 3 commits:
git undo 3
## git-update-extras
Updates git extras. clones the repo to _/tmp/git-extras_, make installs, then cds back to the origin directory.
## git-setup [dir]
Set up a git repository if one doesn't exist, add all files and make an initial commit. _dir_ defaults to the current working directory.

View file

@ -6,6 +6,9 @@
.SH "NAME"
\fBgit\-extras\fR \- Awesome GIT utilities
.
.SH "SYNOPSIS"
\fBgit\-extras\fR [\-v,\-\-version] [\-h,\-\-help] [update]
.
.SH "COMMANDS"
.
.IP "\(bu" 4

View file

@ -54,6 +54,7 @@
<div class='man-navigation' style='display:none'>
<a href="#NAME">NAME</a>
<a href="#SYNOPSIS">SYNOPSIS</a>
<a href="#COMMANDS">COMMANDS</a>
<a href="#AUTHOR">AUTHOR</a>
<a href="#REPORTING-BUGS">REPORTING BUGS</a>
@ -71,6 +72,10 @@
<code>git-extras</code> - <span class="man-whatis">Awesome GIT utilities</span>
</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<p><code>git-extras</code> [-v,--version] [-h,--help] [update]</p>
<h2 id="COMMANDS">COMMANDS</h2>
<ul>
@ -92,7 +97,7 @@
<h2 id="AUTHOR">AUTHOR</h2>
<p>Written by Tj Holowaychuk &lt;<a href="&#109;&#97;&#x69;&#x6c;&#x74;&#111;&#x3a;&#x74;&#106;&#64;&#x76;&#105;&#115;&#105;&#111;&#110;&#45;&#x6d;&#101;&#x64;&#x69;&#97;&#46;&#99;&#97;" data-bare-link="true">&#116;&#106;&#64;&#118;&#x69;&#115;&#105;&#x6f;&#110;&#x2d;&#109;&#101;&#x64;&#105;&#97;&#x2e;&#x63;&#97;</a>&gt;</p>
<p>Written by Tj Holowaychuk &lt;<a href="&#109;&#97;&#105;&#x6c;&#116;&#x6f;&#x3a;&#x74;&#x6a;&#64;&#118;&#x69;&#115;&#105;&#111;&#110;&#45;&#109;&#101;&#x64;&#105;&#x61;&#x2e;&#x63;&#x61;" data-bare-link="true">&#x74;&#x6a;&#x40;&#118;&#105;&#115;&#105;&#111;&#110;&#x2d;&#109;&#x65;&#x64;&#x69;&#97;&#x2e;&#x63;&#97;</a>&gt;</p>
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>

View file

@ -1,6 +1,10 @@
git-extras(1) -- Awesome GIT utilities
=================================
## SYNOPSIS
`git-extras` [-v,--version] [-h,--help] [update]
## COMMANDS
- `git-changelog` changelog population