pushing by ssh github code example
Example 1: add ssh to github
$ clip < ~/.ssh/id_ed25519.pub
# Copies the contents of the id_ed25519.pub file to your clipboard
Example 2: got push SSH
git add .
git commit -m "Bug Fixed"
git push
$ clip < ~/.ssh/id_ed25519.pub
# Copies the contents of the id_ed25519.pub file to your clipboard
git add .
git commit -m "Bug Fixed"
git push