where to add ssh key in github code example
Example 1: create ssh key mac github
$ ssh-keygen -t ed25519 -C "[email protected]"
Example 2: add ssh to github
$ clip < ~/.ssh/id_ed25519.pub
# Copies the contents of the id_ed25519.pub file to your clipboard