From bc9687798635b2860b1cf1f49664ebf8b98651e4 Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:45:33 +0200 Subject: [PATCH] Update github-ssh-access.md --- recipes/shell/ssh/github-ssh-access.md | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/shell/ssh/github-ssh-access.md b/recipes/shell/ssh/github-ssh-access.md index 475c8b2e..246f0d1f 100644 --- a/recipes/shell/ssh/github-ssh-access.md +++ b/recipes/shell/ssh/github-ssh-access.md @@ -5,6 +5,7 @@ description: Set up SSH keys on your machine and GitHub profile How to set up SSH on your machine from scratch and configure SSH access on your GitHub account. So you can do a clone, push and pull action using SSH repo URLs. +This guide can be used for BitBucket or GitLab too, if you follow the interface on those platforms. ## Related