Hi folks, this is probably a really simple one but I can't find the answer.
I've been pushing my project to github and having to enter my email & password each time. At points in the past I've been able to have git cache those details but I haven't got that setup currently. I've recently changed to using my personal access token, but that just means I enter a different password.
Having realised (duh) that I could use SSH like I do for Gitlab, I added my SSH key to github. However I don't know how to force rstudio/git to use the SSH rather than the username/password. There doesn't seem to be anything in the Rstudio project options, not the .git config file.
Any tips much appreciated. Using linux. Thanks!