how to add ssh key in gitbuh code example
Example 1: terminal git add ssh key
$ ssh-add ~/.ssh/id_rsa
Example 2: github how to add ssh key
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa
$ ssh-add ~/.ssh/id_rsa
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa