Skip to content

Commit a826d58

Browse files
committed
fix Vietnamese translation typo, add new misc section
1 parent 30d3d93 commit a826d58

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

index_vi.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ <h2>quy trình làm việc</h2>
105105
<div class="scrollblock block-add">
106106
<h2>thêm &amp; commit</h2>
107107
<p>
108-
Bạn có thể đề xuất thay đổi (thêm nó vào chi mục <b>Index</b>) bằng cách<br />
108+
Bạn có thể đề xuất thay đổi (thêm nó vào chỉ mục <b>Index</b>) bằng cách<br />
109109
<code>git add &lt;tên-tập-tin&gt;</code><br />
110110
<code>git add *</code><br />
111111
Đây là bước đầu tiên trong quy trình git cơ bản. Để thật sự commit những thay đổi, bạn sử dụng<br />
112112
<code>git commit -m "Ghi chú Commit"</code><br />
113-
Bây giờ thì tập tin đả được commit đến <b>HEAD</b>, nhưng chưa phải trên thư mục remote.
113+
Bây giờ thì tập tin đã được commit đến <b>HEAD</b>, nhưng chưa phải trên thư mục remote.
114114
</p>
115115
</div>
116116
<a name="push"></a>
@@ -204,11 +204,6 @@ <h2>các gợi ý hữu ích</h2>
204204
<a name="resources"></a>
205205
<div class="scrollblock block-resources">
206206
<h2>các liên kết và tài nguyên</h2>
207-
<p>
208-
<ul>
209-
<li><a href="https://github.com/FredrikNoren/ungit">ungit - The easiest way to use git. On any platform. Anywhere.</a></li>
210-
</ul>
211-
</p>
212207
<h3>trình sử dụng có đồ họa</h3>
213208
<p>
214209
<ul>
@@ -232,6 +227,10 @@ <h3>hướng dẫn</h3>
232227
<li><a href="http://www.sbf5.com/~cduan/technical/git/">Understanding Git Conceptually</a></li>
233228
</ul>
234229
</p>
230+
<h3>misc</h3>
231+
<p>
232+
<li><a href="https://github.com/FredrikNoren/ungit">ungit - The easiest way to use git. On any platform. Anywhere.</a></li>
233+
</p>
235234
</div>
236235
<a name="comments"></a>
237236
<div class="scrollblock block-comments">

0 commit comments

Comments
 (0)