Skip to content

Commit 04472da

Browse files
authored
update <your github id> to your_github_id to avoid escape (#300)
## What <!--- Write the change being made with this pull request ---> ## CHECKS ⚠️ Please make sure you are aware of the following. - [ ] **The changes in this PR doesn't have private information
2 parents e087321 + dbbccce commit 04472da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build@Mercari Training Program
22

3-
This is @<your github id>'s build training repository.
3+
This is @your_github_id's build training repository.
44

55
Build trainingの前半では個人で課題に取り組んでもらい、Web開発の基礎知識をつけていただきます。
66
ドキュメントには詳細なやり方は記載しません。自身で検索したり、リファレンスを確認したり、チームメイトと協力して各課題をクリアしましょう。

document/01-git.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This is required to use githooks in mercari-build-training repository.
6161
$ git branch first-pull-request
6262
$ git switch first-pull-request
6363
```
64-
3. Replace `@<your github id>` on README.md with your GitHub ID.
64+
3. Replace `@your_github_id` on README.md with your GitHub ID.
6565
4. **commit** the changes you made with the following commands.
6666
```shell
6767
$ git status # Check your change

document/01-git.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $ git config --local core.hooksPath .githooks/
6262
$ git branch first-pull-request
6363
$ git switch first-pull-request
6464
```
65-
3. README.md の中にある`@<your github id>` の部分をあなたのgithub idに書き換えてください
65+
3. README.md の中にある`@your_github_id` の部分をあなたのgithub idに書き換えてください
6666
4. 書き換えた内容を **commit**します
6767
```shell
6868
$ git status # Check your change

0 commit comments

Comments
 (0)