26
26
</ head >
27
27
< body >
28
28
< 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 >
31
31
< 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 >
32
32
< 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 >
33
33
< p class ="meta ">
@@ -47,8 +47,9 @@ <h1>git - the simple guide</h1>
47
47
< a href ="index.ja.html "> 日本語</ a > ,
48
48
< a href ="index.zh.html "> 中文</ a > ,
49
49
< a href ="index.ko.html "> 한국어</ a >
50
+ < a href ="index.vi.html "> Vietnamese</ a >
50
51
< 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 >
52
53
</ p >
53
54
< div class ="announcement ">
54
55
< a href ="http://frontify.com/?utm_source=gitguide&utm_campaign=founder_frontify ">
@@ -62,32 +63,31 @@ <h1>git - the simple guide</h1>
62
63
< div class ="scrollblock block-setup ">
63
64
< h2 > setup</ h2 >
64
65
< 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 >
66
67
</ p >
67
68
< 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 >
69
70
</ p >
70
71
< 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 >
72
73
</ p >
73
74
</ div >
74
75
< a name ="create "> </ a >
75
76
< div class ="scrollblock block-create ">
76
- < h2 > create a new repository</ h2 >
77
+ < h2 > Tạo một repository mới </ h2 >
77
78
< 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 /> .
81
81
</ p >
82
82
</ div >
83
83
< a name ="checkout "> </ a >
84
84
< div class ="scrollblock block-checkout ">
85
- < h2 > checkout a repository</ h2 >
85
+ < h2 > Sao chép một repository</ h2 >
86
86
< 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 >
91
91
</ p >
92
92
</ div >
93
93
< a name ="trees "> </ a >
0 commit comments