Replies: 3 comments
-
|
Detailed guidance on configuring git locally: https://docs.github.com/en/get-started/git-basics/set-up-git |
Beta Was this translation helpful? Give feedback.
-
|
Git cheat shsets: https://training.github.com/ |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
For Windows
Linux and Mac
Beta Was this translation helpful? Give feedback.
All reactions