From 9f7d0bad4a207ed27c1ee0c0ffbb70260fae6faf Mon Sep 17 00:00:00 2001 From: Mark Pitblado Date: Fri, 2 Aug 2024 18:11:02 -0700 Subject: [PATCH] remove recommendation for ssh --- 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 c7e4eea..18ea4ec 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 -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). +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" %}