Skip to content

Commit

Permalink
Merge pull request jwasham#1408 from kamegoro/feature/ja-translation-…
Browse files Browse the repository at this point in the history
…of-topic-of-study

End of Japanese translation of topic of study.
  • Loading branch information
jwasham authored Nov 3, 2023
2 parents 67b600b + 55332c6 commit 3dd7394
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 472 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Create a new branch so you can check items like this, just put an x in the brack

1. Clone to your local repo:

```
```bash
git clone https://github.com/<YOUR_GITHUB_USERNAME>/coding-interview-university.git
cd coding-interview-university
git remote add upstream https://github.com/jwasham/coding-interview-university.git
Expand All @@ -255,7 +255,7 @@ Create a new branch so you can check items like this, just put an x in the brack

1. Mark all boxes with X after you completed your changes:

```
```bash
git commit -am "Marked personal progress"
git pull upstream main # keep your fork up-to-date with changes from the original repo
Expand Down
Loading

0 comments on commit 3dd7394

Please sign in to comment.