Skip to content

Commit 5c7a9a3

Browse files
author
Dmitri Tikhonov
committed
Small grammar fix: replaced "it's" with "its"
1 parent 90550f0 commit 5c7a9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/04-git-server/sections/git-daemon.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Git Daemon
22

33
(((serving repositories, git protocol)))
4-
Next we'll set up a daemon serving repositories over the ``Git'' protocol. This is common choice for fast, unauthenticated access to your Git data. Remember that since it's not an authenticated service, anything you serve over this protocol is public within it's network.
4+
Next we'll set up a daemon serving repositories over the ``Git'' protocol. This is common choice for fast, unauthenticated access to your Git data. Remember that since it's not an authenticated service, anything you serve over this protocol is public within its network.
55

66
If you're running this on a server outside your firewall, it should only be used for projects that are publicly visible to the world.
77
If the server you're running it on is inside your firewall, you might use it for projects that a large number of people or computers (continuous integration or build servers) have read-only access to, when you don't want to have to add an SSH key for each.

0 commit comments

Comments
 (0)