github use ssh authentication code example
Example 1: what is ssh key in github
$ cd ~/.ssh
$ ls
Example 2: got push SSH
git add .
git commit -m "Bug Fixed"
git push
$ cd ~/.ssh
$ ls
git add .
git commit -m "Bug Fixed"
git push