File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
55Build trainingの前半では個人で課題に取り組んでもらい、Web開発の基礎知識をつけていただきます。
66ドキュメントには詳細なやり方は記載しません。自身で検索したり、リファレンスを確認したり、チームメイトと協力して各課題をクリアしましょう。
Original file line number Diff line number Diff 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.
60604 . ** commit** the changes you made with the following commands.
6161 ``` shell
6262 $ git status # Check your change
Original file line number Diff line number Diff 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に書き換えてください
61614 . 書き換えた内容を ** commit** します
6262 ``` shell
6363 $ git status # Check your change
You can’t perform that action at this time.
0 commit comments