what do you do after creating ssh for github code example
Example 1: create ssh key mac github
$ ssh-keygen -t ed25519 -C "[email protected]"
Example 2: add ssh key to github
> Enter passphrase (empty for no passphrase): [Type a passphrase]
> Enter same passphrase again: [Type passphrase again]