—
NAME
git-instaweb - Instantly browse your working repository in gitweb
SYNOPSIS
bash
git instaweb\n [--local] [--httpd=<httpd>] [--port=<port>]
\n
[--browser=<browser>]
\ngit instaweb\n [--start] [--stop] [--restart]DESCRIPTION
A simple script to set up gitweb and a web server for browsing the local repository.
OPTIONS
-l, --local
-d, --httpd
-m, --module-path
-p, --port
-b, --browser
start, --start
stop, --stop
restart, --restart
CONFIGURATION
You may specify configuration in your .git/config
bash
[instaweb]
\n
local = true
\n
httpd = apache2 -f
\n
port = 4321
\n
browser = konqueror
\n
modulePath = /usr/lib/apache2/modulesIf the configuration variable instaweb.browser is not set, web.browser will be used instead if it is defined. See git-web--browse(1) for more information about this.
SEE ALSO
gitweb(1)
GIT
Part of the git(1) suite