summaryrefslogtreecommitdiff
path: root/sys/man
diff options
context:
space:
mode:
authorOri Bernstein <ori@eigenstate.org>2023-01-15 21:47:49 +0000
committerOri Bernstein <ori@eigenstate.org>2023-01-15 21:47:49 +0000
commit3a10ba9fd216ed2f9d190e1f6473542717af2379 (patch)
treedecf1390e7d0b4d462dacc0893e212a3644208b8 /sys/man
parent4c5e5174f82c67b0b2a15a08369a57ec0b03e916 (diff)
git(1): update example to work with today's github
Diffstat (limited to 'sys/man')
-rw-r--r--sys/man/1/git2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/git b/sys/man/1/git
index 11471aa3b..db695ed9f 100644
--- a/sys/man/1/git
+++ b/sys/man/1/git
@@ -622,7 +622,7 @@ git/init myrepo
To clone an existing repository from a git server, run:
.PP
.EX
-git/clone git://github.com/Harvey-OS/harvey
+git/clone https://github.com/Harvey-OS/harvey
cd harvey
# edit files
git/commit foo.c