After failing to get set up with ssh keys I have now set up a personal access token to use with our github account.
I saved the PAT in /.ssh/my_pat
.
This works in the terminal. If e.g. I type 'git push' I'm prompted for my username and and then password. If I type these in the commits are pushed to github.
My question is, can I pass a link tot he file containing the pw rather than having to type the contents of that file, the pw, each time?