git-instaweb
Instantly browse your working repository in gitweb
- Provided by: git-man (Version: 1:1.9.1-1ubuntu0.10)
- Source: git
- Report a bug
Instantly browse your working repository in gitweb
git instaweb [--local] [--httpd=<httpd>] [--port=<port>]
[--browser=<browser>]
git instaweb [--start] [--stop] [--restart]
A simple script to set up gitweb and a web server for browsing the local repository.
-l, --local
-d, --httpd
-m, --module-path
-p, --port
-b, --browser
start, --start
stop, --stop
restart, --restart
You may specify configuration in your .git/config
[instaweb]
local = true
httpd = apache2 -f
port = 4321
browser = konqueror
modulepath = /usr/lib/apache2/modules
If 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.
Part of the git(1) suite