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.](https://github.com/rtomayko/ronn) 3) Run make: (Assumed you are under `./man` when running the command below) ``` $ make -C .. man/git-.{1,html} ``` 4) Remember, we use the following naming convention for files: ``` git-.html git-.1 git-.md ``` ## AUTHOR Written by Leila Muhtasib <> Shell Script by Nick Lombard <> ## REPORTING BUGS <> ## SEE ALSO <>