Skip to content
This repository has been archived by the owner on Feb 1, 2018. It is now read-only.

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 27, 2011
1 parent 9e5b898 commit b48ee68
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
14 changes: 9 additions & 5 deletions Readme.md
Expand Up @@ -19,6 +19,7 @@ Brew (buggy):

## Commands

- git extras
- git summary
- git changelog
- git commits-since
Expand All @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions man/git-extras.1
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion man/git-extras.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions man/git-extras.md
@@ -1,6 +1,10 @@
git-extras(1) -- Awesome GIT utilities
=================================

## SYNOPSIS

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

## COMMANDS

- `git-changelog` changelog population
Expand Down

0 comments on commit b48ee68

Please sign in to comment.