Skip to content

Commit

Permalink
Fix version note and add it to zhtw
Browse files Browse the repository at this point in the history
  • Loading branch information
muan committed Oct 13, 2014
1 parent 8c0a3a3 commit 904b569
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions guide/raw-content-zhtw/1_get_git.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ <h2>步驟:設定 Git</h2>

<p><code>git version 1.9.1</code></p>

<p>(請確定你的 git 版本是在 <code>1.7.10</code>以上。)</p>

<p>接下來,讓 Git 知道這台電腦所做的修改該連結到什麼使用者:</p>

<p>設定你的名字:</p>
Expand Down
4 changes: 3 additions & 1 deletion guide/raw-content/1_get_git.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ <h2>Step: Configure Git</h2>

<p><code>git version 1.9.1</code></p>

<p>Any version <code>1.7.10</code> or higher is fine. Next, configure Git so it knows who to associate your changes to:</p>
<p>(Any version <code>1.7.10</code> or higher is fine.)</p>

<p>Next, configure Git so it knows who to associate your changes to:</p>

<p>Set your name:</p>
<p><code>$ git config --global user.name "&#60;Your Name&#62;"</code></p>
Expand Down

0 comments on commit 904b569

Please sign in to comment.