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 2, 2016
1 parent b4819b6 commit d7d40ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion guide/challenges-zhtw/branches_arent_just_for_birds.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h4>File NOT in contributors folder</h4>

<h4><n><span class="superscript">&#x5206;&#x652F;</span>Branch</n> name expected: _____</h4>
<p><n><span class="superscript">&#x5206;&#x652F;</span>Branch</n> &#x7684;&#x540D;&#x5B57;&#x61C9;&#x8A72;&#x8981;&#x8DDF;&#x4F60;&#x7684;&#x5E33;&#x865F;&#x540D;&#x7A31;&#x4E00;&#x6A21;&#x4E00;&#x6A23;&#x3002;&#x7528;&#x4EE5;&#x4E0B;&#x7684;&#x6307;&#x4EE4;&#x4FEE;&#x6539; <n><span class="superscript">&#x5206;&#x652F;</span>branch</n> &#x7684;&#x540D;&#x5B57;&#xFF1A;</p>
<p><code>$ git branch -M &lt;NEWBRANCHNAME&gt;</code></p>
<p><code>$ git branch -m &lt;NEWBRANCHNAME&gt;</code></p>
<p>&#x5B8C;&#x6210;&#x4EE5;&#x4E0A;&#x7684;&#x52D5;&#x4F5C;&#x4E4B;&#x5F8C;&#xFF0C;&#x518D;&#x57F7;&#x884C;&#x4E00;&#x6B21; <code>git-it verify</code>&#xFF01;</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion guide/challenges/branches_arent_just_for_birds.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,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>$ git branch -M &#60;NEWBRANCHNAME&#62;</code></p>
<p><code>$ git branch -m &#60;NEWBRANCHNAME&#62;</code></p>
<p>When you've made your updates, verify again!</p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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>$ git branch -M &#60;NEWBRANCHNAME&#62;</code></p>
<p><code>$ git branch -m &#60;NEWBRANCHNAME&#62;</code></p>
<p>完成以上的動作之後,再執行一次 <code>git-it verify</code></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion guide/raw-content/7_branches_arent_just_for_birds.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,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>$ git branch -M &#60;NEWBRANCHNAME&#62;</code></p>
<p><code>$ 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 d7d40ec

Please sign in to comment.