tj.git-extras/man/git-extras.md
nickl- 815db8b89e help ronn make hyperlinks.
With hte manuals described in index.txt ronn will create hyperlinks of the (1) referenced words.
See http://rtomayko.github.com/ronn/ronn.1#LINK-INDEXES.
git-extras.html will now be browsable, actually anywhere else you use the referenced names ie. git-extras(1) as defined in index.txt will generate as hyperlinks in html while keeping the text versions rendereder similarly than they used to using exactly the same procedures as already documented.
2012-07-21 12:25:58 +02:00

1.2 KiB

git-extras(1) -- Awesome GIT utilities

SYNOPSIS

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

COMMANDS

  • git-changelog(1) changelog population
  • git-commits-since(1) show commit logs since some date
  • git-contrib(1) show a user's contribution
  • git-count(1) show commit count
  • git-effort(1) show effort statistics on file(s)
  • git-fresh-branch(1) create fresh branches
  • git-graft(1) merge and destroy a given branch
  • git-ignore(1) add .gitignore patterns
  • git-release(1) commit, tag and push changes to the repository
  • git-setup(1) set up a git repository with initial commit
  • git-repl(1) GIT read-eval-print-loop
  • git-summary(1) repository summary & contrib
  • git-touch(1) touch and add file to the index
  • git-undo(1) undo one or more of the latest commits
  • git-info(1) show information about the repository

AUTHOR

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

REPORTING BUGS

<http://github.com/visionmedia/git-extras/issues>

SEE ALSO

<http://github.com/visionmedia/git-extras>