in Technology 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.

Related questions

0 votes
    How to use Push command in Git?...
asked Aug 24, 2021 in Technology by JackTerrance
0 votes
    Explain How can we make Git use the editor of my choice for commits?...
asked Jan 8, 2021 in Technology by JackTerrance
0 votes
    What is the use of git fork? How is forking different from cloning?...
asked Nov 4, 2020 in Technology by JackTerrance
0 votes
    What is the use of git clone command?...
asked Nov 4, 2020 in Technology by JackTerrance
0 votes
    What is the use of Staging area or Indexing in Git?git...
asked Nov 4, 2020 in Technology by JackTerrance
0 votes
    What is the use of Staging area or Indexing in Git?...
asked Nov 4, 2020 in Technology by JackTerrance
0 votes
    What is the GIT command you can use to write a commit message?...
asked Nov 2, 2020 in Technology by JackTerrance
0 votes
    My git workspace is dirty, there are some local modifications. When I use the command git pull origin master it ... Ansible git module? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I would prefer to write my commit messages in Vim, but it is opening them in Emacs. How do I configure Git ... for a single project. Select the correct answer from above options...
asked Feb 2, 2022 in Education by JackTerrance
0 votes
    Which of the following web hosting service use Git control system? (a) GitHub (b) Open Hash (c) Git ... questions and answers pdf, Data Science interview questions for beginners...
asked Oct 29, 2021 in Education by JackTerrance
0 votes
    What is the Git command to move branch pointer to different commit without checkout? A. Git cherrypick B. Git update-ref C. Git reset head...
asked Dec 24, 2022 in Technology by JackTerrance
0 votes
    git reflog tracks the commits that are made and the commits that are discarded. A. True B. False...
asked Dec 24, 2022 in Technology by JackTerrance
0 votes
    git reflog –verbose will print extra information on the screen. A. True B. False...
asked Dec 24, 2022 in Technology by JackTerrance
0 votes
    git bisect is used to identify a commit that has introduced a bug. A. True B. False...
asked Dec 24, 2022 in Technology by JackTerrance
0 votes
    Which command helps you track the revisions of your revisions in Git? A. Git reflog B. Git logref C. Git track D. Git revision trak...
asked Dec 24, 2022 in Technology by JackTerrance
...