-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

git instaweb


> Helper to launch a GitWeb server.

More information.


Launch a GitWeb server for the current Git repository:

git instaweb --start

Listen only on localhost:

git instaweb --start --local

Listen on a specific port:

git instaweb --start --port {1234}

Use a specified HTTP daemon:

git instaweb --start --httpd {lighttpd|apache2|mongoose|plackup|webrick}

Also auto-launch a web browser:

git instaweb --start --browser

Stop the currently running GitWeb server:

git instaweb --stop

Restart the currently running GitWeb server:

git instaweb --restart


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 23:57:41 2024