git-serve 0.9.0
wiki: fix page commit info
history diff radios: first column is newest version
Git custom subcommand to serve a repo over http. Presents a web interface to browse the repo, history, tags and branches, and to view file diffs.
then
python -m build
pip install dist/gitserve-*-py3-none-any.whl
or
pip install -e .
to install linking from sourcejinja2
markdown
pygments
git serve [-h] [--no-gravatar] [--no-markdown] [--no-pygments] [--verbose] [port]
Serve current git repo via web
positional arguments:
port webserver port (default: 8001)
options:
-h, --help show this help message and exit
--no-gravatar disable commit avatars
--no-markdown disable markdown support
--no-pygments disable pygments support
--verbose enable debug logging
The current repo will be avaiable at http://[your ip]:[port]/