forked from rogerdudler/git-guide
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.ko.html
329 lines (322 loc) ยท 15.4 KB
/
index.ko.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" xml:lang="ko">
<head>
<title>git - ๊ฐํธ ์๋ด์ - ์ด๋ ต์ง ์์์!</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="IE=edge, chrome=1" http-equiv="X-UA-Compatible" />
<link href="//fonts.googleapis.com/css?family=Chelsea+Market" rel="stylesheet" type="text/css" />
<link href="//cdnjs.cloudflare.com/ajax/libs/normalize/0/normalize.min.css" rel="stylesheet" type="text/css" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
/* Korean specific font information */
body {
font-family:
Georgia, "Times New Roman", Times, /* English on all platforms */
"Nanum Myeongjo", /* Korean on OS X 10.7 Lion and above */
AppleMyungjo, /* Korean on Mac OS X 10.6 Snow Leopard and below */
"Malgun Gothic", /* Sans-serif: Korean on Windows Vista and above */
Batang, /* Korean on Windows XP and below */
serif !important; /* Final fallback */
}
code {
font-family:
Menlo, /* English on OS X all versions */
Consolas, /* English on Windows all versions */
NanumGothicCoding, /* Korean on all platforms (might not exist!) */
monospace !important; /* Final fallback */
}
h1, h2 {
font-family:
"Chelsea Market", /* English: Google WebFont */
Georgia, /* English on all platforms */
"Nanum Pen Script",
"Nanum Myeongjo", /* Korean on OS X 10.7 Lion and above */
AppleMyungjo, /* Korean on Mac OS X 10.6 Snow Leopard and below */
"Malgun Gothic", /* Sans-serif: Korean on Windows Vista and above */
Batang, /* Korean on Windows XP and below */
serif !important; /* Final fallback */
}
</style>
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "UA-652147-13"]);
_gaq.push(["_trackPageview"]);
(function() {
var ga = document.createElement("script");
ga.async = true;
ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
ga.type = "text/javascript";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(ga, s);
})();
function recordOutboundLink(link, category, action) {
_gat._getTrackerByName()._trackEvent(category, action);
setTimeout("document.location = \"" + link.href + "\"", 100);
}
//]]>
</script>
</head>
<body>
<div class="scrollblock block-title">
<h1>git - ๊ฐํธ ์๋ด์</h1>
<p>git์ ์์ํ๊ธฐ ์ํ ๊ฐํธ ์๋ด์. ์ด๋ ต์ง ์์์ ;)</p>
<a class="twitter-share-button" data-hashtags="git" data-lang="ko" data-related="rogerdudler" data-size="large" data-url="http://rogerdudler.github.io/git-guide/index.ko.html" data-via="rogerdudler" href="https://twitter.com/share">ํธ์</a>
<script type="text/javascript">
//<![CDATA[
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if(!(d.getElementById(id))) {
js = d.createElement(s);
js.id = id;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
}
})(document, "script", "twitter-wjs");
//]]>
</script>
<p class="meta">
<a href="https://twitter.com/rogerdudler">Roger Dudler</a>๊ฐ ๋ง๋ค์์ด์.<br />
(<a href="https://twitter.com/tfnico">@tfnico</a>, <a href="https://twitter.com/fhd">@fhd</a>์ <a href="http://www.namics.com">Namics</a>์ ๋์์ ๋ฐ์์ง์.)<br />
๋ฒ์ญ์ <a href="https://twitter.com/rkjun">Juntai Park</a>๊ณผ <a href="http://ardiefox.me">Ardie Hwang</a>์ด ๋ด๋นํ์ต๋๋ค.<br />
๋ฌธ์ ๋ณด๊ณ ๋ <a href="https://github.com/rogerdudler/git-guide/issues">์ฌ๊ธฐ(github)</a>๋ก ํด์ฃผ์ธ์!<br />
<br />
๋ค๋ฅธ ์ธ์ดํ๋ ์ฝ์ด๋ณด์ธ์!<br />
<a href="index.html">English</a>,
<a href="index.de.html">Deutsch</a>,
<a href="index.es.html">Espaรฑol</a>,
<a href="index.fr.html">Franรงais</a>,
<a href="index.id.html">indonesian</a>,
<a href="index.it.html">Italiano</a>,
<a href="index.ja.html">ๆฅๆฌ่ช</a>,<br />
<a href="index.my.html">แแผแแบแแฌ</a>,
<a href="index.nl.html">Nederlands</a>,
<a href="index.pl.html">polski</a>,
<a href="index.pt_BR.html">Portuguรชs</a>,
<a href="index.ru.html">ะ ัััะบะธะน</a>,
<a href="index.tr.html">Tรผrkรงe</a>,
<a href="index.zh.html">ไธญๆ</a><br />
</p>
<img src="img/arrow.png" alt="์, ๊ฐ์๋ค!" />
</div>
<a name="setup"></a>
<div class="scrollblock block-setup">
<h2>์ค์น</h2>
<p><a href="http://git-scm.com/download/mac">OS X์ฉ git ๋ค์ด๋ก๋</a></p>
<p><a href="http://msysgit.github.io/">Windows์ฉ git ๋ค์ด๋ก๋</a></p>
<p><a href="http://book.git-scm.com/2_installing_git.html">Linux์ฉ git ๋ค์ด๋ก๋</a></p>
</div>
<a name="create"></a>
<div class="scrollblock block-create">
<h2>์๋ก์ด ์ ์ฅ์ ๋ง๋ค๊ธฐ</h2>
<p>
ํด๋๋ฅผ ํ๋ ๋ง๋ค๊ณ , ๊ทธ ์์์ ์๋ ๋ช
๋ น์ ์คํํ์ธ์.<br />
<code>git init</code><br />
์๋ก์ด git ์ ์ฅ์๊ฐ ๋ง๋ค์ด์ง๋๋ค.
</p>
</div>
<a name="checkout"></a>
<div class="scrollblock block-checkout">
<h2>์ ์ฅ์ ๋ฐ์์ค๊ธฐ</h2>
<p>
๋ก์ปฌ ์ ์ฅ์๋ฅผ ๋ณต์ (clone)ํ๋ ค๋ฉด ์๋ ๋ช
๋ น์ ์คํํ์ธ์.<br />
<code>git clone /๋ก์ปฌ/์ ์ฅ์/๊ฒฝ๋ก</code><br />
์๊ฒฉ ์๋ฒ์ ์ ์ฅ์๋ฅผ ๋ณต์ ํ๋ ค๋ฉด ์๋ ๋ช
๋ น์ ์คํํ์ธ์.<br />
<code>git clone ์ฌ์ฉ์๋ช
@ํธ์คํธ:/์๊ฒฉ/์ ์ฅ์/๊ฒฝ๋ก</code>
</p>
</div>
<a name="trees"></a>
<div class="scrollblock block-trees">
<h2>์์
์ ํ๋ฆ</h2>
<p>
์ฌ๋ฌ๋ถ์ ๋ก์ปฌ ์ ์ฅ์๋ git์ด ๊ด๋ฆฌํ๋ ์ธ ๊ทธ๋ฃจ์ ๋๋ฌด๋ก ๊ตฌ์ฑ๋ผ์์ด์.<br />
์ฒซ๋ฒ์งธ ๋๋ฌด์ธ <code>์์
๋๋ ํ ๋ฆฌ(Working directory)</code>๋<br />
์ค์ ํ์ผ๋ค๋ก ์ด๋ฃจ์ด์ ธ์๊ณ , ๋๋ฒ์งธ ๋๋ฌด์ธ <code>์ธ๋ฑ์ค(Index)</code>๋<br />
์ค๋น ์์ญ(staging area)์ ์ญํ ์ ํ๋ฉฐ, ๋ง์ง๋ง ๋๋ฌด์ธ <code>HEAD</code>๋<br />
์ต์ข
ํ์ ๋ณธ(commit)์ ๋ํ๋ด์.
</p>
<img src="img/trees.png" alt="๋ก์ปฌ ์ ์ฅ์๋ ์ด๋ ๊ฒ ์๊ฒผ์ด์." />
</div>
<a name="add"></a>
<div class="scrollblock block-add">
<h2>์ถ๊ฐ์ ํ์ (commit)</h2>
<p>
๋ณ๊ฒฝ๋ ํ์ผ์ ์๋ ๋ช
๋ น์ด๋ก (<b>์ธ๋ฑ์ค</b>์) ์ถ๊ฐํ ์ ์์ด์.<br />
<code>git add <ํ์ผ ์ด๋ฆ></code><br />
<code>git add *</code><br />
์ด๊ฒ์ด ๋ฐ๋ก git์ ๊ธฐ๋ณธ ์์
ํ๋ฆ์์ ์ฒซ ๋จ๊ณ์ ํด๋น๋ผ์.<br />
ํ์ง๋ง ์ค์ ๋ก ๋ณ๊ฒฝ ๋ด์ฉ์ ํ์ ํ๋ ค๋ฉด ์๋ ๋ช
๋ น์ ๋ด๋ ค์ผ ํ๋ต๋๋ค.<br />
<code>git commit -m "์ด๋ฒ ํ์ ๋ณธ์ ๋ํ ์ค๋ช
"</code><br />
์, ์ด์ ๋ณ๊ฒฝ๋ ํ์ผ์ด <b>HEAD</b>์ ๋ฐ์๋์ด์.<br />
ํ์ง๋ง, ์๊ฒฉ ์ ์ฅ์์๋ ์์ง ๋ฐ์์ด ์ ๋๋ต๋๋ค.
</p>
</div>
<a name="push"></a>
<div class="scrollblock block-remote">
<h2>๋ณ๊ฒฝ ๋ด์ฉ ๋ฐํ(push)ํ๊ธฐ</h2>
<p>
ํ์ฌ์ ๋ณ๊ฒฝ ๋ด์ฉ์ ์์ง ๋ก์ปฌ ์ ์ฅ์์ <b>HEAD</b> ์์ ๋จธ๋ฌผ๊ณ ์์ด์.<br />
์ด์ ์ด ๋ณ๊ฒฝ ๋ด์ฉ์ ์๊ฒฉ ์๋ฒ๋ก ์ฌ๋ ค๋ด
์๋ค. ์๋ ๋ช
๋ น์ ์คํํ์ธ์.<br />
<code>git push origin master</code><br />
(๋ค๋ฅธ ๊ฐ์ง๋ฅผ ๋ฐํํ๋ ค๋ฉด <i>master</i>๋ฅผ ์ํ๋ ๊ฐ์ง ์ด๋ฆ์ผ๋ก ๋ฐ๊ฟ์ฃผ์ธ์.)
<br /><br />
๋ง์ฝ ๊ธฐ์กด์ ์๋ ์๊ฒฉ ์ ์ฅ์๋ฅผ ๋ณต์ ํ ๊ฒ์ด ์๋๋ผ๋ฉด,<br />
์๊ฒฉ ์๋ฒ์ ์ฃผ์๋ฅผ git์๊ฒ ์๋ ค์ค์ผ ํด์.<br />
<code>git remote add origin <์๊ฒฉ ์๋ฒ ์ฃผ์></code><br />
์ด์ ๋ณ๊ฒฝ ๋ด์ฉ์ ์๊ฒฉ ์๋ฒ๋ก ๋ฐํํ ์ ์์ด์.
</p>
</div>
<a name="branching"></a>
<div class="scrollblock block-branching">
<h2>๊ฐ์ง(branch)์น๊ธฐ</h2>
<p>
๊ฐ์ง๋ ์์ ํ๊ฒ ๊ฒฉ๋ฆฌ๋ ์ํ์์ ๋ฌด์ธ๊ฐ๋ฅผ ๋ง๋ค ๋ ์ฌ์ฉํด์.<br />
์ฌ๋ฌ๋ถ์ด ์ ์ฅ์๋ฅผ ์๋ก ๋ง๋ค๋ฉด ๊ธฐ๋ณธ์ผ๋ก <i>master ๊ฐ์ง</i>๊ฐ ๋ง๋ค์ด์ง๋๋ค.<br />
์ด์ ๋ค๋ฅธ ๊ฐ์ง๋ฅผ ์ด์ฉํด์ ๊ฐ๋ฐ์ ์งํํ๊ณ , ๋์ค์ ๊ฐ๋ฐ์ด ์๋ฃ๋๋ฉด<br />
master ๊ฐ์ง๋ก ๋์์ ๋ณํฉํ๋ฉด ๋ผ์.
</p>
<img src="img/branches.png" alt="๊ฐ์ง์น๊ธฐ ์์ ๋ฅผ ๋ณด์ฌ๋๋ฆฌ์ฃ ." />
<p>
์๋ ๋ช
๋ น์ผ๋ก "feature_x"๋ผ๋ ์ด๋ฆ์ ๊ฐ์ง๋ฅผ ๋ง๋ค๊ณ ๊ฐ์ํ๋๋ค.<br />
<code>git checkout -b feature_x</code><br />
์๋ ๋ช
๋ น์ผ๋ก master ๊ฐ์ง๋ก ๋์์ฌ ์ ์์ด์.<br />
<code>git checkout master</code><br />
์๋ ๋ช
๋ น์ผ๋ก๋ ๊ฐ์ง๋ฅผ ์ญ์ ํ ์ ์์ด์.<br />
<code>git branch -d feature_x</code><br />
์ฌ๋ฌ๋ถ์ด ์๋ก ๋ง๋ ๊ฐ์ง๋ฅผ ์๊ฒฉ ์ ์ฅ์๋ก ์ ์กํ๊ธฐ ์ ๊น์ง๋<br />
<i>๋ค๋ฅธ ์ฌ๋๋ค์ด ์ ๊ทผํ ์ ์์ด์</i>.<br />
<code>git push origin <๊ฐ์ง ์ด๋ฆ></code>
</p>
</div>
<a name="update"></a>
<div class="scrollblock block-merging">
<h2>๊ฐฑ์ ๊ณผ ๋ณํฉ(merge)</h2>
<p>
์ฌ๋ฌ๋ถ์ ๋ก์ปฌ ์ ์ฅ์๋ฅผ ์๊ฒฉ ์ ์ฅ์์ ๋ง์ถฐ ๊ฐฑ์ ํ๋ ค๋ฉด<br />
์๋ ๋ช
๋ น์ ์คํํ์ธ์.<br />
<code>git pull</code><br />
์ด๋ ๊ฒ ํ๋ฉด ์๊ฒฉ ์ ์ฅ์์ ๋ณ๊ฒฝ ๋ด์ฉ์ด ๋ก์ปฌ ์์
๋๋ ํ ๋ฆฌ์<br />
<i>๋ฐ์์ง๊ณ (fetch)</i>, <i>๋ณํฉ(merge)</i>๋๋ต๋๋ค.<br />
๋ค๋ฅธ ๊ฐ์ง์ ์๋ ๋ณ๊ฒฝ ๋ด์ฉ์ ํ์ฌ ๊ฐ์ง(์๋ฅผ ๋ค๋ฉด, master ๊ฐ์ง)์<br />
๋ณํฉํ๋ ค๋ฉด ์๋ ๋ช
๋ น์ ์คํํ์ธ์.<br />
<code>git merge <๊ฐ์ง ์ด๋ฆ></code><br />
์ฒซ๋ฒ์งธ ๋ช
๋ น์ด๋ ๋๋ฒ์งธ ๋ช
๋ น์ด๋ , git์<br />
์๋์ผ๋ก ๋ณ๊ฒฝ ๋ด์ฉ์ ๋ณํฉํ๋ ค๊ณ ์๋ํด์.<br />
๋ฌธ์ ๋, ํญ์ ์ฑ๊ณตํ๋ ๊ฒ ์๋๋ผ ๊ฐ๋<br />
<i>์ถฉ๋(conflicts)</i>์ด ์ผ์ด๋๊ธฐ๋ ํ๋ค๋ ๊ฑฐ์์.<br />
์ด๋ ๊ฒ ์ถฉ๋์ด ๋ฐ์ํ๋ฉด, git์ด ์๋ ค์ฃผ๋ ํ์ผ์ ์ถฉ๋ ๋ถ๋ถ์<br />
์ฌ๋ฌ๋ถ์ด ์ง์ ์์ ํด์ ๋ณํฉ์ด ๊ฐ๋ฅํ๋๋ก ํด์ผ ํ์ฃ .<br />
์ถฉ๋์ ํด๊ฒฐํ๋ค๋ฉด, ์๋ ๋ช
๋ น์ผ๋ก git์๊ฒ<br />
์๊น์ ํ์ผ์ ๋ณํฉํ๋ผ๊ณ ์๋ ค์ฃผ์ธ์.<br />
<code>git add <ํ์ผ ์ด๋ฆ></code><br />
๋ณ๊ฒฝ ๋ด์ฉ์ ๋ณํฉํ๊ธฐ ์ ์, ์ด๋ป๊ฒ ๋ฐ๋์๋์ง ๋น๊ตํด๋ณผ ์๋ ์์ด์.<br />
<code>git diff <์๋ ๊ฐ์ง> <๋น๊ต ๋์ ๊ฐ์ง></code>
</p>
</div>
<a name="tagging"></a>
<div class="scrollblock block-tagging">
<h2>๊ผฌ๋ฆฌํ(tag) ๋ฌ๊ธฐ</h2>
<p>
์ํํธ์จ์ด์ ์ ๋ฒ์ ์ ๋ฐํํ ๋๋ง๋ค ๊ผฌ๋ฆฌํ๋ฅผ ๋ฌ์๋์ผ๋ฉด ์ข์์.<br />
(๋ฌผ๋ก ๊ผฌ๋ฆฌํ๋ SVN ๋ฑ์ ์ด๋ฏธ ์กด์ฌํ๋ ๊ธฐ๋ฅ์ด์ง์.)<br />
์๋ ๋ช
๋ น์ ์คํํ๋ฉด ์๋ก์ด ๊ผฌ๋ฆฌํ์ธ <i>1.0.0</i>์ ๋ฌ ์ ์์ด์.<br />
<code>git tag 1.0.0 1b2e1d63ff</code><br />
์ ๋ช
๋ น์์ <i>1b2e1d63ff</i> ๋ถ๋ถ์ ๊ผฌ๋ฆฌํ๊ฐ ๊ฐ๋ฆฌํฌ ํ์ ๋ณธ ์๋ณ์์
๋๋ค.<br />
์๋ ๋ช
๋ น์ผ๋ก ํ์ ๋ณธ ์๋ณ์๋ฅผ ์ป์ ์ ์์ด์.<br />
<code>git log</code><br />
ํ์ ๋ณธ ์๋ณ์์ ์๋ถ๋ถ ์ผ๋ถ๋ง ์
๋ ฅํด๋ ๊ผฌ๋ฆฌํ๋ฅผ ๋ถ์ผ ์ ์์ง๋ง,<br />
๊ทธ ์ผ๋ถ๋ถ์ด ๋ฐ๋์ ๊ณ ์ ํ๋ค๋ ์กฐ๊ฑด์ด ํ์ํด์.
</p>
</div>
<a name="checkout-replace"></a>
<div class="scrollblock block-checkout-replace">
<h2>๋ก์ปฌ ๋ณ๊ฒฝ ๋ด์ฉ ๋๋๋ฆฌ๊ธฐ</h2>
<p>
๋ง์ฝ ์ฌ๋ฌ๋ถ์ด (๋ฌผ๋ก ๊ทธ๋ด ์ผ์ ์๊ฒ ์ง๋ง ;) ์ค์๋ก ๋ฌด์ธ๊ฐ ์๋ชปํ ๊ฒฝ์ฐ,<br />
์๋ ๋ช
๋ น์ผ๋ก ๋ก์ปฌ์ ๋ณ๊ฒฝ ๋ด์ฉ์ ๋๋๋ฆด ์ ์์ด์.<br />
<code>git checkout -- <ํ์ผ ์ด๋ฆ></code><br />
์ ๋ช
๋ น์ ๋ก์ปฌ์ ๋ณ๊ฒฝ ๋ด์ฉ์ ๋ณ๊ฒฝ ์ ์ํ(HEAD)๋ก ๋๋๋ ค์ค์.<br />
๋ค๋ง, ์ด๋ฏธ ์ธ๋ฑ์ค์ ์ถ๊ฐ๋ ๋ณ๊ฒฝ ๋ด์ฉ๊ณผ<br />
์๋ก ์์ฑํ ํ์ผ์ ๊ทธ๋๋ก ๋จ๋๋ต๋๋ค.
</p>
<p>
๋ง์ฝ, ๋ก์ปฌ์ ์๋ ๋ชจ๋ ๋ณ๊ฒฝ ๋ด์ฉ๊ณผ ํ์ ๋ณธ์ ํฌ๊ธฐํ๋ ค๋ฉด,<br />
์๋ ๋ช
๋ น์ผ๋ก ์๊ฒฉ ์ ์ฅ์์ ์ต์ ์ด๋ ฅ์ ๊ฐ์ ธ์ค๊ณ ,<br />
๋ก์ปฌ master ๊ฐ์ง๊ฐ ์ ์ด๋ ฅ์ ๊ฐ๋ฆฌํค๋๋ก ํ ์ ์์ด์.<br />
<code>git fetch origin</code><br />
<code>git reset --hard origin/master</code>
</p>
</div>
<a name="hints"></a>
<div class="scrollblock block-hints">
<h2>์ ์ฉํ ํํธ</h2>
<p>
git์ ๋ด์ฅ GUI<br />
<code>gitk</code><br />
์ฝ์์์ git output์ ์ปฌ๋ฌ๋ก ์ถ๋ ฅํ๊ธฐ<br />
<code>git config color.ui true</code><br />
์ด๋ ฅ(log)์์ ํ์ ๋ณธ 1๊ฐ๋ฅผ ๋ฑ ํ ์ค๋ก๋ง ํ์ํ๊ธฐ<br />
<code>git config format.pretty oneline</code><br />
ํ์ผ์ ์ถ๊ฐํ ๋ ๋ํ์์ผ๋ก ์ถ๊ฐํ๊ธฐ<br />
<code>git add -i</code>
</p>
</div>
<a name="resources"></a>
<div class="scrollblock block-resources">
<h2>๋งํฌ & ์๋ฃ</h2>
<h3>๊ทธ๋ํฝ ํด๋ผ์ด์ธํธ</h3>
<p>
<ul>
<li><a href="http://gitx.laullon.com/">GitX (L) (OS X์ฉ, ์คํ ์์ค ์ํํธ์จ์ด)</a></li>
<li><a href="http://www.git-tower.com/">Tower (OS X์ฉ)</a></li>
<li><a href="http://www.sourcetreeapp.com/">Source Tree (OS X์ฉ, ๋ฌด๋ฃ)</a></li>
<li><a href="http://mac.github.com/">GitHub for Mac (OS X์ฉ, ๋ฌด๋ฃ)</a></li>
<li><a href="https://itunes.apple.com/kr/app/gitbox/id403388357?mt=12">Gitbox (OS X์ฉ, App Store)</a></li>
</ul>
</p>
<h3>ํ๊ธ ์๋ด์</h3>
<p>
<ul>
<li><a href="http://git-scm.com/book/ko">Pro Git</a></li>
<li><a href="http://marklodato.github.io/visual-git-guide/index-ko.html">A Visual Git Guide</a></li>
<li><a href="http://dalinaum-kr.tumblr.com/post/15516936704/git-work-flow">Git ์์
ํ๋ฆ</a></li>
<li><a href="http://learnbranch.urigit.com">Git ๋ธ๋์น ๋ฐฐ์ฐ๊ธฐ</a></li>
</ul>
</p>
<h3>์๋ฌธ ์๋ด์</h3>
<p>
<ul>
<li><a href="http://git-scm.com/book/">Pro Git</a></li>
<li><a href="http://think-like-a-git.net/">Think like a git</a></li>
<li><a href="http://help.github.com/">GitHub Help</a></li>
<li><a href="http://marklodato.github.io/visual-git-guide/index-en.html">A Visual Git Guide</a></li>
</ul>
</p>
</div>
<a name="comments"></a>
<div class="scrollblock block-comments">
<h2>๋๊ธ</h2>
<div id="disqus_thread"></div>
<script type="text/javascript">
//<![CDATA[
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = "git-the-simple-guide"; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement("script");
dsq.async = true;
dsq.type = "text/javascript";
dsq.src = ("https:" == document.location.protocol ? "https://" : "http://") + disqus_shortname + ".disqus.com/embed.js";
(document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(dsq);
})();
//]]>
</script>
<noscript><a href="http://disqus.com/?ref_noscript">Disqus</a>์์ ์ ๊ณตํ๋ ๋๊ธ ๊ธฐ๋ฅ์ ํ์ฉํ์๋ ค๋ฉด ์๋ฐ์คํฌ๋ฆฝํธ๋ฅผ ์ผ ์ฃผ์ธ์.</noscript>
</div>
<a href="http://www.git-tower.com/?source=rd" onClick="recordOutboundLink(this, 'Outbound Links', 'git-tower.com'); return false;" class="tower"></a>
<a href="files/git_cheat_sheet.pdf" onClick="recordOutboundLink(this, 'Cheat Sheet', 'git-guide'); return false;" class="cheatsheet"></a>
</body>
</html>