Replace non-breaking space with regular space in French pages (#6842)
This commit is contained in:
@@ -1,32 +1,32 @@
|
||||
# git instaweb
|
||||
|
||||
> Outil pour le lancement d'un serveur gitweb.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-instaweb>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-instaweb>.
|
||||
|
||||
- Démarre un serveur gitweb depuis le dépôt (`repository`) courant :
|
||||
- Démarre un serveur gitweb depuis le dépôt (`repository`) courant :
|
||||
|
||||
`git instaweb --start`
|
||||
|
||||
- Écoute uniquement sur le port localhost :
|
||||
- Écoute uniquement sur le port localhost :
|
||||
|
||||
`git instaweb --start --local`
|
||||
|
||||
- Écoute sur un port spécifique :
|
||||
- Écoute sur un port spécifique :
|
||||
|
||||
`git instaweb --start --port {{1234}}`
|
||||
|
||||
- Utiliser un daemon http spécifique :
|
||||
- Utiliser un daemon http spécifique :
|
||||
|
||||
`git instaweb --start --httpd {{lighttpd|apache2|mongoose|plackup|webrick}}`
|
||||
|
||||
- Lancer en même temps qu'un navigateur web :
|
||||
- Lancer en même temps qu'un navigateur web :
|
||||
|
||||
`git instaweb --start --browser`
|
||||
|
||||
- Stoppe le serveur :
|
||||
- Stoppe le serveur :
|
||||
|
||||
`git instaweb --stop`
|
||||
|
||||
- Redémarre le serveur :
|
||||
- Redémarre le serveur :
|
||||
|
||||
`git instaweb --restart`
|
||||
|
Reference in New Issue
Block a user