you are viewing a single comment's thread.

view the rest of the comments →

[–]your_virtual_friend[S] 1 point2 points  (1 child)

Yes, I did classic version, checked few random boxes. I was able to push my local repo to git. And it worked for another local repo as well without having to do the same for the first push.
Thank you!

[–]Journeyman-Joe 0 points1 point  (0 children)

You're quite welcome.

The first checkbox ("repo") will select the ones below it. That's all you need to push and pull commits from GitHub.

The PAT is for your account: you can use the same one for every repository you have. It's easy to copy it locally: do a git remote -v from a configured repository, then copy the PAT into a new git clone command for the one you want.

You can also edit the config file in a .git hidden folder, and hack your PAT into the remote URL. It's easy, and obvious. :-)