Go back to the beginning

GitHub fine-grained personal access tokens banner with highlighted explanation text about repository-scoped tokens for API use and HTTPS

What?

Github doesn’t want you using your username/password to interact with your code from command line. So to push code to your Github repo you’ll need to create a “Personal Access Token”. These are randomly generated strings that you use as your password when prompted for a password when pushing code via commandline. They should be set with as few a permissions as possible and should have an expiration date.

How?

You can now use this token until it expires to work with your repo from command line.

Next?

Go push some code to Github.