Replies: 3 comments
|
Detailed guidance on configuring git locally: https://docs.github.com/en/get-started/git-basics/set-up-git |
0 replies
|
Git cheat shsets: https://training.github.com/ |
0 replies
Cloning a repository to your local machineIn order to clone a repo to your local machine, and to follow the instructions we provided for adding, committing etc., you need to set up either:
Option 1 (an ssh key) takes a bit longer but is easier in the longrun and will save a lot of time. Instructions are here: https://docs.github.com/en/authentication/connecting-to-github-with-ssh Option 2 (a PAT or personal access token) is easier to create but more hassle to maintain and use, instructions are here: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
For Windows
Linux and Mac
All reactions