gits-protocol

Git over TLS
git clone git://git.rr3.xyz/gits-protocol | git clone gits://git.rr3.xyz/gits-protocol
Log | Files | Refs | README

commit d8f71908e96832064aacdb0592e53e596b31bc9c
parent 3acf98da6a0ef0d706f079023715049ed09d81a4
Author: Robert Russell <robert@rr3.xyz>
Date:   Wed, 20 May 2026 22:10:33 -0700

Correct language

Diffstat:
MREADME | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README @@ -4,7 +4,7 @@ protocol (`git://`), naturally. Since the Git protocol is insecure by default over TLS, obtaining the "Gits" protocol (`gits://`). Thankfully, the `git` tool makes it easy to add new protocols (see -gitremote-helpers(7)). Here are the steps required to start using Gits: +gitremote-helpers(7)). Here are steps sufficient to start using Gits: Servers: 1. Run `git daemon`, just like you would to serve the ordinary Git