From ee60caec50fb1372c12a5b082738a9d86de46b33 Mon Sep 17 00:00:00 2001 From: Lorenzo Bragaglia Date: Tue, 15 Mar 2016 14:11:50 +0100 Subject: [PATCH] Use same rename option as in tips --- challenge-content-ja/7_branches_arent_just_for_birds.html | 2 +- challenge-content-zhtw/7_branches_arent_just_for_birds.html | 2 +- challenge-content/7_branches_arent_just_for_birds.html | 2 +- challenges/branches_arent_just_for_birds.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/challenge-content-ja/7_branches_arent_just_for_birds.html b/challenge-content-ja/7_branches_arent_just_for_birds.html index 698717b7eb..27299027ce 100644 --- a/challenge-content-ja/7_branches_arent_just_for_birds.html +++ b/challenge-content-ja/7_branches_arent_just_for_birds.html @@ -67,7 +67,7 @@

ファイルがcontributorsの中にない

Branch name expected: _____

ブランチ名はあなたのユーザー名と完全に一致していないといけません。ブランチ名を変更するには:

-

$ git branch -M <NEWBRANCHNAME>

+

$ git branch -m <NEWBRANCHNAME>

うまくできたら、もう一回 verify してみましょう!

diff --git a/challenge-content-zhtw/7_branches_arent_just_for_birds.html b/challenge-content-zhtw/7_branches_arent_just_for_birds.html index ce5e91ea1e..2e227f1ef5 100644 --- a/challenge-content-zhtw/7_branches_arent_just_for_birds.html +++ b/challenge-content-zhtw/7_branches_arent_just_for_birds.html @@ -66,7 +66,7 @@

File NOT in contributors folder

Branch name expected: _____

Branch 的名字應該要跟你的帳號名稱一模一樣。用以下的指令修改 branch 的名字:

-

git branch -M <NEWBRANCHNAME>

+

git branch -m <NEWBRANCHNAME>

完成以上的動作之後,再執行一次 git-it verify

diff --git a/challenge-content/7_branches_arent_just_for_birds.html b/challenge-content/7_branches_arent_just_for_birds.html index 7b371ab03b..8b192b0b53 100644 --- a/challenge-content/7_branches_arent_just_for_birds.html +++ b/challenge-content/7_branches_arent_just_for_birds.html @@ -72,7 +72,7 @@

File NOT in contributors folder

Branch name expected: _____

The branch name should match your user name exactly. To change your branch name:

-

git branch -M <NEWBRANCHNAME>

+

git branch -m <NEWBRANCHNAME>

When you've made your updates, verify again!

diff --git a/challenges/branches_arent_just_for_birds.html b/challenges/branches_arent_just_for_birds.html index 0237534c4f..3f718e6705 100644 --- a/challenges/branches_arent_just_for_birds.html +++ b/challenges/branches_arent_just_for_birds.html @@ -198,7 +198,7 @@

File NOT in contributors folder

Branch name expected: _____

The branch name should match your user name exactly. To change your branch name:

-

git branch -M <NEWBRANCHNAME>

+

git branch -m <NEWBRANCHNAME>

When you've made your updates, verify again!