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" %}