From 4a8a0878632ee182e4d7fb20b6a13bf1a4b5abe2 Mon Sep 17 00:00:00 2001 From: Robert Wolff Date: Fri, 17 Jul 2026 12:59:31 +0200 Subject: [PATCH] feat: add links to the SSH and HTTP sections --- content/git/clone-commit-via-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/git/clone-commit-via-cli.md b/content/git/clone-commit-via-cli.md index f0ec8f5..bfe305d 100644 --- a/content/git/clone-commit-via-cli.md +++ b/content/git/clone-commit-via-cli.md @@ -18,7 +18,7 @@ The repository was created via the Codeberg website, including a `README.md` fil ### Clone _Cloning_ refers to the process of creating an identical copy of an online repository to your local machine. -Clone with the Git command `clone` followed by the repository URL. +It is performed using the Git command `git clone` followed by the [SSH](#ssh) or the [HTTP](#http) repository URL. #### SSH