0 votes
in Git by
What is the use of git instaweb?

1 Answer

0 votes
by

It is a script through which you can instantly browse your working Git repository in a web browser.

This script sets up gitweb and a webserver to browse the local repository. It automatically directs a web browser and runs a web server through an interface into your local repository.

...