Skip to content

Commit

Permalink
Buttons for linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagee committed Sep 25, 2024
1 parent 368c931 commit ebe6e0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ GitHub offers two ways to authenticate your local computer to GitHub. Usernames

- **Personal Access Tokens (PATs)** - PATs are long, randomized tokens that can be scoped with specific levels of permissions. More on how to authenticate using PATs [can be found here](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens). More details about how to configure your local system [are also available](../token-authentication). Or watch the video below:

[Learn about Tokens](docs/token-authentication/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }

To clone a repository authenticated using a token, the command and URL of the repository will look something like:

```
Expand All @@ -86,6 +88,8 @@ GitHub offers two ways to authenticate your local computer to GitHub. Usernames
- **SSH Keys** - you can also use SSH keypairs to authenticate your command-line to GitHub. These allow your pushes and pulls, etc. to authenticate seamlessly to GitHub as a full owner of the repository. More about SSH authentication to GitHub is [available here](https://docs.github.com/en/authentication/connecting-to-github-with-ssh).
[Learn about SSH](docs/ssh-authentication/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
To clone a repository authenticated using SSH keys, the command and URL of the repository will look something like:
```
Expand Down

0 comments on commit ebe6e0a

Please sign in to comment.