2.10. Daemon

TortoiseGit

2.10. Daemon

Sometimes you want to quickly share you local repository to others without pushing to a remote git repository. That's when you need to use TortoiseGitDaemon....

Figure 2.18. A running daemon dialog

A running daemon dialog

This command runs Git Daemon that serves Git protocol at port 9418 (git://hostname/).

[Caution] Caution

The selected repository is exported for read/write access without further authentication.

[Important] Important

Your host might only be accessible within your local network and you might need to adjust your firewall.

You can find more information at Section G.3.36, “git-daemon(1)”.