Git and Github
About Lesson

A GitHub personal access token is a secure way to access your GitHub account programmatically, such as when using the GitHub API or when interacting with GitHub from the command line. It acts as an alternative to using your username and password, providing an extra layer of security. To generate a personal access token on GitHub, follow these steps:

  1. Click on right top on Profile image – settings
  2. Click on Developer setting left bar menu and then
    1. personal access token
    2. Click on personal token
    3. Give any name and expiration
    4. Must check repo (It will tales git this access use for action like push and pull)
    5. Generate token
    6. Copy token // It will only display once.

© GeekySanjay