Skip to content

GitHub PAT

Igor Usenko edited this page May 21, 2022 · 7 revisions

Manual

https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token

Token Page

https://github.com/settings/tokens

Permissions

check repo and all repo's children
or
open expired PAT and click regenerate

Terminal in project root

git remote set-url origin https://igors48:<token>@github.com/igors48/timers.git

Clone this wiki locally