Skip to content

Commit 2910b5d

Browse files
committed
Translated to clone block
1 parent 7dcf10e commit 2910b5d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

index_vi.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
</head>
2727
<body>
2828
<div class="scrollblock block-title">
29-
<h1>git - the simple guide</h1>
30-
<p>just a simple guide for getting started with git. no deep shit ;)</p>
29+
<h1>Sổ tay Git</h1>
30+
<p>Đây là một hướng dẫn đơn giản cho người mới học ;)</p>
3131
<a href="https://twitter.com/share" class="twitter-share-button" data-via="rogerdudler" data-size="large" data-url="http://rogerdudler.github.com/git-guide" data-related="rogerdudler" data-hashtags="git">Tweet</a>
3232
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
3333
<p class="meta">
@@ -47,8 +47,9 @@ <h1>git - the simple guide</h1>
4747
<a href="index.ja.html">日本語</a>,
4848
<a href="index.zh.html">中文</a>,
4949
<a href="index.ko.html">한국어</a>
50+
<a href="index.vi.html">Vietnamese</a>
5051
<br />
51-
please report issues on <a href="https://github.com/rogerdudler/git-guide/issues">github</a>
52+
please report issues on <a href="https://github.com/hnq90/git-guide/issues">github</a>
5253
</p>
5354
<div class="announcement">
5455
<a href="http://frontify.com/?utm_source=gitguide&amp;utm_campaign=founder_frontify">
@@ -62,32 +63,31 @@ <h1>git - the simple guide</h1>
6263
<div class="scrollblock block-setup">
6364
<h2>setup</h2>
6465
<p>
65-
<a href="http://code.google.com/p/git-osx-installer/downloads/list?can=3">Download git for OSX</a>
66+
<a href="http://code.google.com/p/git-osx-installer/downloads/list?can=3">Tải git về cho OSX</a>
6667
</p>
6768
<p>
68-
<a href="http://code.google.com/p/msysgit/downloads/list?can=3">Download git for Windows</a>
69+
<a href="http://code.google.com/p/msysgit/downloads/list?can=3">Tải git về cho Windows</a>
6970
</p>
7071
<p>
71-
<a href="http://book.git-scm.com/2_installing_git.html">Download git for Linux</a>
72+
<a href="http://book.git-scm.com/2_installing_git.html">Tải git về cho Linux</a>
7273
</p>
7374
</div>
7475
<a name="create"></a>
7576
<div class="scrollblock block-create">
76-
<h2>create a new repository</h2>
77+
<h2>Tạo một repository mới</h2>
7778
<p>
78-
create a new directory, open it and perform a <br />
79-
<code>git init</code><br />
80-
to create a new git repository.
79+
Để tạo 1 repository mới, bạn hãy mở cửa sổ lẹnh và gõ dòng lệnh sau <br />
80+
<code>git init</code><br />.
8181
</p>
8282
</div>
8383
<a name="checkout"></a>
8484
<div class="scrollblock block-checkout">
85-
<h2>checkout a repository</h2>
85+
<h2>Sao chép một repository</h2>
8686
<p>
87-
create a working copy of a local repository by running the command<br />
88-
<code>git clone /path/to/repository</code><br />
89-
when using a remote server, your command will be<br />
90-
<code>git clone username@host:/path/to/repository</code>
87+
Để sao chép 1 repository có sẵn ở trên máy cục bộ, bạn hãy sử dụng dòng lệnh sau:<br />
88+
<code>git clone /đường-dẫn-đến/repository/</code><br />
89+
Nếu repository đó ở máy chủ khác thì bạn hãy gõ dòng lệnh sau:<br />
90+
<code>git clone tênusername@địachỉmáychủ:/đường-dẫn-đến/repository</code>
9191
</p>
9292
</div>
9393
<a name="trees"></a>

0 commit comments

Comments
 (0)