Mise à jour de 'content/security/ssh-key.md'

This commit is contained in:
narF 2022-10-24 03:07:32 +02:00 committed by Gitea
parent 3cac95303e
commit 9b31a3da09

View file

@ -148,6 +148,9 @@ $ ssh-add # enter your passphrase once, then it is cached.
```
git remote set-url origin git@codeberg.org:knut/foobar.git
```
To know your repository SSH URL, go to your repository page on Codeberg (for example, go to `https://codeberg.org/knut/foobar`), click on SSH in the top right corner and copy the URL.
4. Verify that your change was successful:
```