Files
tldr/pages.tr/common/git-instaweb.md
2022-10-31 06:52:35 -03:00

33 lines
726 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# git instaweb
> gitweb sunucusu başlatmak için yardımcı araç.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-instaweb>.
- Mevcut Git deposu için bir gitweb sunucusu başlat:
`git instaweb --start`
- Yalnızca yerel ağda başlat:
`git instaweb --start --local`
- Belirtilmiş bir port'da başlat:
`git instaweb --start --port {{1234}}`
- Belirtilmiş bir http daemon'u kullan:
`git instaweb --start --httpd {{lighttpd|apache2|mongoose|plackup|webrick}}`
- Ayrıca bir ağ tarayıcısını otomatik olarak başlat:
`git instaweb --start --browser`
- Çalışan mevcut gitweb sunucusunu durdur:
`git instaweb --stop`
- Çalışan mevcut gitweb sunucusunu yeniden başlat:
`git instaweb --restart`