Forrest logo
back to context overview

git-instaweb

List of commands for git-instaweb:

  • git-instaweb:tldr:4efcc git-instaweb: Restart the currently running GitWeb server.
    $ git instaweb --restart
    try on your machine
    explain this command
  • git-instaweb:tldr:512a5 git-instaweb: Stop the currently running GitWeb server.
    $ git instaweb --stop
    try on your machine
    explain this command
  • git-instaweb:tldr:74b07 git-instaweb: Listen only on localhost.
    $ git instaweb --start --local
    try on your machine
    explain this command
  • git-instaweb:tldr:92147 git-instaweb: Use a specified HTTP daemon.
    $ git instaweb --start --httpd ${select}
    try on your machine
    explain this command
  • git-instaweb:tldr:b36a2 git-instaweb: Listen on a specific port.
    $ git instaweb --start --port ${1234}
    try on your machine
    explain this command
  • git-instaweb:tldr:d3932 git-instaweb: Launch a GitWeb server for the current Git repository.
    $ git instaweb --start
    try on your machine
    explain this command
  • git-instaweb:tldr:d6a60 git-instaweb: Also auto-launch a web browser.
    $ git instaweb --start --browser
    try on your machine
    explain this command
back to context overview