mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
docs
This commit is contained in:
parent
9e5b89842b
commit
b48ee68b8d
14
Readme.md
14
Readme.md
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <<a href="mailto:tj@vision-media.ca" data-bare-link="true">tj@vision-media.ca</a>></p>
|
||||
<p>Written by Tj Holowaychuk <<a href="mailto:tj@vision-media.ca" data-bare-link="true">tj@vision-media.ca</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,10 @@
|
|||
git-extras(1) -- Awesome GIT utilities
|
||||
=================================
|
||||
|
||||
## SYNOPSIS
|
||||
|
||||
`git-extras` [-v,--version] [-h,--help] [update]
|
||||
|
||||
## COMMANDS
|
||||
|
||||
- `git-changelog` changelog population
|
||||
|
|
|
|||
Loading…
Reference in a new issue