Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 753 Bytes

Readme.md

File metadata and controls

39 lines (24 loc) · 753 Bytes

How to generate documentation:

DESCRIPTION

To generate documentation:

  1. Start by filling out the 'man-template.md'

  2. Then install a program ronn. Get ronn from github.

  3. Run make:

(Assumed you are under ./man when running the command below)

$ make -C .. man/git-<command>.{1,html}
  1. Remember, we use the following naming convention for files:
git-<command>.html
git-<command>.1
git-<command>.md

AUTHOR

Written by Leila Muhtasib <[email protected]> Shell Script by Nick Lombard <[email protected]>

REPORTING BUGS

<https://github.com/tj/git-extras/issues>

SEE ALSO

<https://github.com/tj/git-extras>