Skip to content

Commit

Permalink
Use same rename option as in tips
Browse files Browse the repository at this point in the history
  • Loading branch information
lbragaglia committed Mar 15, 2016
1 parent a73d574 commit ee60cae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion challenge-content-ja/7_branches_arent_just_for_birds.html
Expand Up @@ -67,7 +67,7 @@ <h4>ファイルがcontributorsの中にない</h4>

<h4>Branch name expected: _____</h4>
<p>ブランチ名はあなたのユーザー名と完全に一致していないといけません。ブランチ名を変更するには:</p>
<p><code>$ git branch -M &#60;NEWBRANCHNAME&#62;</code></p>
<p><code>$ git branch -m &#60;NEWBRANCHNAME&#62;</code></p>
<p>うまくできたら、もう一回 verify してみましょう!</p>
</div>

Expand Down
Expand Up @@ -66,7 +66,7 @@ <h4>File NOT in contributors folder</h4>

<h4><n>Branch</n> name expected: _____</h4>
<p><n>Branch</n> 的名字應該要跟你的帳號名稱一模一樣。用以下的指令修改 <n>branch</n> 的名字:</p>
<p><code class="shell">git branch -M &#60;NEWBRANCHNAME&#62;</code></p>
<p><code class="shell">git branch -m &#60;NEWBRANCHNAME&#62;</code></p>
<p>完成以上的動作之後,再執行一次 <code>git-it verify</code></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion challenge-content/7_branches_arent_just_for_birds.html
Expand Up @@ -72,7 +72,7 @@ <h4>File NOT in contributors folder</h4>

<h4>Branch name expected: _____</h4>
<p>The branch name should match your user name exactly. To change your branch name:</p>
<p><code class="shell">git branch -M &#60;NEWBRANCHNAME&#62;</code></p>
<p><code class="shell">git branch -m &#60;NEWBRANCHNAME&#62;</code></p>
<p>When you've made your updates, verify again!</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion challenges/branches_arent_just_for_birds.html
Expand Up @@ -198,7 +198,7 @@ <h4>File NOT in contributors folder</h4>

<h4>Branch name expected: _____</h4>
<p>The branch name should match your user name exactly. To change your branch name:</p>
<p><code class="shell">git branch -M &#60;NEWBRANCHNAME&#62;</code></p>
<p><code class="shell">git branch -m &#60;NEWBRANCHNAME&#62;</code></p>
<p>When you've made your updates, verify again!</p>
</div>

Expand Down

0 comments on commit ee60cae

Please sign in to comment.