git*: add Italian translation (#4627)

* git-archive: add italian translation

* git-bundle: add italian translation

* git-cat-file: add italian translation

* git-describe: add italian translation

* git-ignore: add italian translation

* git-instaweb: add italian translation

* git-lfs: add italian translation

* git-log: add italian translation

* git-ls-remote: add italian translation

* git-ls-tree: add italian translation
This commit is contained in:
Guido Lena Cota
2020-10-11 05:46:17 +02:00
committed by GitHub
parent 28e90fbb75
commit b1a891a34a
10 changed files with 257 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# git instaweb
> Helper per avviare un server gitweb.
> Maggiori informazioni: <https://git-scm.com/docs/git-instaweb>.
- Avvia un server gitweb dal repository corrente:
`git instaweb --start`
- Resta in ascolto solo su localhost:
`git instaweb --start --local`
- Resta in ascolto su una porta specifica:
`git instaweb --start --port {{1234}}`
- Usa un http daemon specifico:
`git instaweb --start --httpd {{lighttpd|apache2|mongoose|plackup|webrick}}`
- Avvia automaticamente anche un web browser:
`git instaweb --start --browser`
- Interrompi il server gitweb in esecuzione:
`git instaweb --stop`
- Riavvia il server gitweb in esecuzione:
`git instaweb --restart`