Skip to content

Commit

Permalink
The complete index of all available documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickl- committed Jul 22, 2012
1 parent 7007b6e commit b7fe4c1
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 62 deletions.
93 changes: 78 additions & 15 deletions man/git-extras.1
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,52 +9,115 @@
.SH "SYNOPSIS" .SH "SYNOPSIS"
\fBgit\-extras\fR [\-v,\-\-version] [\-h,\-\-help] [update] \fBgit\-extras\fR [\-v,\-\-version] [\-h,\-\-help] [update]
. .
.SH "OPTIONS"
\-v, \-\-version
.
.P
Show git\-extras version number\.
.
.P
\-h, \-\-help
.
.P
Show this help\. This option can also be used for any of the extras commands\.
.
.P
update
.
.P
Self update\.
.
.SH "COMMANDS" .SH "COMMANDS"
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBgit\-changelog(1)\fR changelog population \fBgit\-alias(1)\fR Define, search and show aliases
.
.IP "\(bu" 4
\fBgit\-back(1)\fR Undo and Stage latest commits
.
.IP "\(bu" 4
\fBgit\-bug(1)\fR Create bug branch
.
.IP "\(bu" 4
\fBgit\-changelog(1)\fR Generate the changelog report
.
.IP "\(bu" 4
\fBgit\-commits\-since(1)\fR Show commit logs since some date
.
.IP "\(bu" 4
\fBgit\-contrib(1)\fR Show user\'s contributions
.
.IP "\(bu" 4
\fBgit\-count(1)\fR Show commit count
.
.IP "\(bu" 4
\fBgit\-create\-branch(1)\fR Create branches
.
.IP "\(bu" 4
\fBgit\-delete\-branch(1)\fR Delete branches
.
.IP "\(bu" 4
\fBgit\-delete\-merged\-branches(1)\fR Delete merged branches
.
.IP "\(bu" 4
\fBgit\-delete\-submodule(1)\fR Delete submodules
.
.IP "\(bu" 4
\fBgit\-delete\-tag(1)\fR Delete tags
.
.IP "\(bu" 4
\fBgit\-effort(1)\fR Show effort statistics on file(s)
.
.IP "\(bu" 4
\fBgit\-feature(1)\fR Create feature branch
.
.IP "\(bu" 4
\fBgit\-fresh\-branch(1)\fR Create fresh branches
.
.IP "\(bu" 4
\fBgit\-gh\-pages(1)\fR Create the GitHub Pages branch
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBgit\-commits\-since(1)\fR show commit logs since some date \fBgit\-graft(1)\fR Merge and destroy a given branch
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBgit\-contrib(1)\fR show a user\'s contribution \fBgit\-ignore(1)\fR Add \.gitignore patterns
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBgit\-count(1)\fR show commit count \fBgit\-info(1)\fR Returns information on current repository
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBgit\-effort(1)\fR show effort statistics on file(s) \fBgit\-local\-commits(1)\fR List local commits
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBgit\-fresh\-branch(1)\fR create fresh branches \fBgit\-refactor(1)\fR Create refactor branch
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBgit\-graft(1)\fR merge and destroy a given branch \fBgit\-release(1)\fR Commit, tag and push changes to the repository
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBgit\-ignore(1)\fR add \.gitignore patterns \fBgit\-rename\-tag(1)\fR Rename a tag
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBgit\-release(1)\fR commit, tag and push changes to the repository \fBgit\-repl(1)\fR git read\-eval\-print\-loop
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBgit\-setup(1)\fR set up a git repository with initial commit \fBgit\-setup(1)\fR Set up a git repository
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBgit\-repl(1)\fR GIT read\-eval\-print\-loop \fBgit\-show\-tree(1)\fR show branch tree of commit history
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBgit\-summary(1)\fR repository summary & contrib \fBgit\-squash(1)\fR Import changes form a branch
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBgit\-touch(1)\fR touch and add file to the index \fBgit\-summary(1)\fR Show repository summary
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBgit\-undo(1)\fR undo one or more of the latest commits \fBgit\-touch(1)\fR Touch and add file to the index
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBgit\-info(1)\fR show information about the repository \fBgit\-undo(1)\fR Remove latest commits
. .
.IP "" 0 .IP "" 0
. .
Expand Down
62 changes: 46 additions & 16 deletions man/git-extras.html

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

59 changes: 44 additions & 15 deletions man/git-extras.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,23 +5,52 @@ git-extras(1) -- Awesome GIT utilities


`git-extras` [-v,--version] [-h,--help] [update] `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.

## COMMANDS ## COMMANDS


- **git-changelog(1)** changelog population - **git-alias(1)** Define, search and show aliases
- **git-commits-since(1)** show commit logs since some date - **git-back(1)** Undo and Stage latest commits
- **git-contrib(1)** show a user's contribution - **git-bug(1)** Create bug branch
- **git-count(1)** show commit count - **git-changelog(1)** Generate the changelog report
- **git-effort(1)** show effort statistics on file(s) - **git-commits-since(1)** Show commit logs since some date
- **git-fresh-branch(1)** create fresh branches - **git-contrib(1)** Show user's contributions
- **git-graft(1)** merge and destroy a given branch - **git-count(1)** Show commit count
- **git-ignore(1)** add .gitignore patterns - **git-create-branch(1)** Create branches
- **git-release(1)** commit, tag and push changes to the repository - **git-delete-branch(1)** Delete branches
- **git-setup(1)** set up a git repository with initial commit - **git-delete-merged-branches(1)** Delete merged branches
- **git-repl(1)** GIT read-eval-print-loop - **git-delete-submodule(1)** Delete submodules
- **git-summary(1)** repository summary & contrib - **git-delete-tag(1)** Delete tags
- **git-touch(1)** touch and add file to the index - **git-effort(1)** Show effort statistics on file(s)
- **git-undo(1)** undo one or more of the latest commits - **git-feature(1)** Create feature branch
- **git-info(1)** show information about the repository - **git-fresh-branch(1)** Create fresh branches
- **git-gh-pages(1)** Create the GitHub Pages branch
- **git-graft(1)** Merge and destroy a given branch
- **git-ignore(1)** Add .gitignore patterns
- **git-info(1)** Returns information on current repository
- **git-local-commits(1)** List local commits
- **git-refactor(1)** Create refactor branch
- **git-release(1)** Commit, tag and push changes to the repository
- **git-rename-tag(1)** Rename a tag
- **git-repl(1)** git read-eval-print-loop
- **git-setup(1)** Set up a git repository
- **git-show-tree(1)** show branch tree of commit history
- **git-squash(1)** Import changes form a branch
- **git-summary(1)** Show repository summary
- **git-touch(1)** Touch and add file to the index
- **git-undo(1)** Remove latest commits


## AUTHOR ## AUTHOR


Expand Down
47 changes: 31 additions & 16 deletions man/index.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,17 +1,32 @@
# manuals # manuals
git-changelog(1) git-changelog git-alias(1) git-alias
git-commits-since(1) git-commits-since git-back(1) git-back
git-contrib(1) git-contrib git-bug(1) git-bug
git-count(1) git-count git-changelog(1) git-changelog
git-effort(1) git-effort git-commits-since(1) git-commits-since
git-fresh-branch(1) git-fresh-branch git-contrib(1) git-contrib
git-graft(1) git-graft git-count(1) git-count
git-ignore(1) git-ignore git-create-branch(1) git-create-branch
git-release(1) git-release git-delete-branch(1) git-delete-branch
git-setup(1) git-setup git-delete-merged-branches(1) git-delete-merged-branches
git-repl(1) git-repl git-delete-submodule(1) git-delete-submodule
git-summary(1) git-summary git-delete-tag(1) git-delete-tag
git-touch(1) git-touch git-effort(1) git-effort
git-undo(1) git-undo git-extras(1) git-extras
git-info(1) git-info git-feature(1) git-feature

git-fresh-branch(1) git-fresh-branch
git-gh-pages(1) git-gh-pages
git-graft(1) git-graft
git-ignore(1) git-ignore
git-info(1) git-info
git-local-commits(1) git-local-commits
git-refactor(1) git-refactor
git-release(1) git-release
git-rename-tag(1) git-rename-tag
git-repl(1) git-repl
git-setup(1) git-setup
git-show-tree(1) git-show-tree
git-squash(1) git-squash
git-summary(1) git-summary
git-touch(1) git-touch
git-undo(1) git-undo

0 comments on commit b7fe4c1

Please sign in to comment.