From 0e14351c66a42adac01b1092c1779f95357c2b00 Mon Sep 17 00:00:00 2001 From: Mark Pitblado Date: Wed, 31 Jul 2024 06:50:09 -0700 Subject: [PATCH] put ssh section first and state as recommended also fixes url to URL and changes knut/example to user/repo --- 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 18ea4ec..c7e4eea 100644 --- a/content/git/clone-commit-via-cli.md +++ b/content/git/clone-commit-via-cli.md @@ -19,7 +19,7 @@ Clone with the Git command `clone` followed by the repo URL. ### SSH -Before you are able to access Git repositories via SSH, you need to [add an SSH key to your account](/security/ssh-key). +SSH is the recommended method to use to access your online repository. Before you are able to access Git repositories via SSH, you need to [add an SSH key to your account](/security/ssh-key). {% admonition "warning" %}