To configure git with SSH we need to add our public key in the SSH key tab on upstream providers site after that we can add the SSH URL from GitHub into the local repo
The default remote repo can be changed using the git push --set-upstream <remote-name> <branch-name>