From ab55d0549489b3bed19ee8c0a43a1d197ed11aca Mon Sep 17 00:00:00 2001 From: Shankharomi <49576802+Shankharomi@users.noreply.github.com> Date: Mon, 12 Oct 2020 15:15:51 +0530 Subject: [PATCH] change is needed --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 280bb62..00a599f 100644 --- a/README.md +++ b/README.md @@ -1037,6 +1037,19 @@ $ git config --global color.ui 1 ``` [*Read more about the Git `config` command.*](http://git-scm.com/docs/git-config) +Web Server for Browsing Local Repositories +Use the Git `instaweb` command to instantly browse your working repository in `gitweb`. This command is a simple script to set up `gitweb` and a web server for browsing the local repository. + +```bash +$ git instaweb +``` + +opens: + +![Git instaweb](http://i.imgur.com/Dxekmqc.png) + +[*Read more about the Git `instaweb` command.*](http://git-scm.com/docs/git-instaweb) + ### Git Resources | Title | Link |