1
0
mirror of synced 2026-01-21 06:03:56 -05:00

Merge pull request #39453 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-07-21 09:29:18 -07:00
committed by GitHub

View File

@@ -4,7 +4,7 @@
{% mac %}
```shell
$ pbcopy < ~/.ssh/id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub
$ pbcopy < ~/.ssh/id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub
# Copies the contents of the id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub file to your clipboard
```
@@ -17,7 +17,7 @@
{% windows %}
```shell
$ clip &lt; ~/.ssh/id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub
$ clip < ~/.ssh/id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub
# Copies the contents of the id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub file to your clipboard
```