Search notes:

Git: Credentials etc.

Github / Personal Access Tokens

When communicating with github, the generated personal access token can be included in the URL like so:
git clone https://ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx@github.com/username/reponame

Index