Skip to content

Commit d07d033

Browse files
committed
fix format
1 parent 2f3de7f commit d07d033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document/01-git.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ In this step, we will learn how to use Git and GitHub.
3434
```
3535

3636
## 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.
3938
- [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)
4039
- [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)
4140

41+
4242
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.
4343
![clone-ssh.png](./assets/clone-ssh.png)
4444
```shell

0 commit comments

Comments
 (0)