You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: document/01-git.en.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,11 @@ In this step, we will learn how to use Git and GitHub.
34
34
```
35
35
36
36
## Use basic commands in Git
37
-
0. Set up SSH-key
38
-
Follow the GitHub documentation to setup SSH-key.
37
+
0. Follow the GitHub documentation to setup SSH-key.
39
38
-[Generate new SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent?platform=mac)
40
39
-[Add a new SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
41
40
41
+
42
42
1.**Clone**`https://github.com/<your github id>/mercari-build-training` onto your local using the following command. Follow the below image to get the ssh url.
0 commit comments