
git-instaweb
List of commands for git-instaweb:
-
git-instaweb:tldr:4efcc git-instaweb: Restart the currently running GitWeb server.$ git instaweb --restarttry on your machineexplain this command
-
git-instaweb:tldr:512a5 git-instaweb: Stop the currently running GitWeb server.$ git instaweb --stoptry on your machineexplain this command
-
git-instaweb:tldr:74b07 git-instaweb: Listen only on localhost.$ git instaweb --start --localtry on your machineexplain this command
-
git-instaweb:tldr:92147 git-instaweb: Use a specified HTTP daemon.$ git instaweb --start --httpd ${select}try on your machineexplain this command
-
git-instaweb:tldr:b36a2 git-instaweb: Listen on a specific port.$ git instaweb --start --port ${1234}try on your machineexplain this command
-
git-instaweb:tldr:d3932 git-instaweb: Launch a GitWeb server for the current Git repository.$ git instaweb --starttry on your machineexplain this command
-
git-instaweb:tldr:d6a60 git-instaweb: Also auto-launch a web browser.$ git instaweb --start --browsertry on your machineexplain this command