@JonB said in Pushing to GitHub:
@Ronel_qtmaster said in Pushing to GitHub:
I am using Git with https.Never though of switching to SSH though
You may know more than I. Does/doesn't this mean that every time you want to use it you have to log in (providing credentials) once (per reboot)? You might do that login in a web browser, I don't know? Once I was advised to set up ssh (with that credentials file stored somewhere hidden down inside my home directory) I never get prompted to enter them again, anything that wants credentials just automatically takes it from there. I am glad I moved from https to ssh, even though I forget the details.
Something to think about: either your ssh key is not protected by a password or it's unlocked because it's configured in your system keychain (or equivalent). If the former, I would advise to reconsider as if the file gets accessed without your knowledge, everything you have access to with it will be as well to that other person.