Skip to content

Commit dbbccce

Browse files
committed
update <your github id> to your_github_id to avoid escape
1 parent b70d5df commit dbbccce

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
@@ -56,7 +56,7 @@ This is required to use githooks in mercari-build-training repository.
5656
$ git branch first-pull-request
5757
$ git switch first-pull-request
5858
```
59-
3. Replace `@<your github id>` on README.md with your GitHub ID.
59+
3. Replace `@your_github_id` on README.md with your GitHub ID.
6060
4. **commit** the changes you made with the following commands.
6161
```shell
6262
$ git status # Check your change

document/01-git.ja.md

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

0 commit comments

Comments
 (0)