Skip to content

Commit 46d9147

Browse files
authored
Merge pull request #125 from eggmoid/fix/124
fix some asciidoc syntax problem (#124)
2 parents 9063870 + 2d69592 commit 46d9147

61 files changed

Lines changed: 589 additions & 1226 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€ŽC-git-commands.ascβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ We first introduce this in <<ch02-git-basics-chapter#_getting_a_repo>>, where we
116116
<<ch02-git-basics-chapter#_getting_a_repo>>μ—μ„œ λ‘œμ»¬μ— μ €μž₯μ†Œλ₯Ό λ§Œλ“œλŠ” 방법을 μ„€λͺ…ν•œλ‹€.
117117
118118
//////////////////////////
119-
We talk briefly about how you can change the default branch from ``master'' in <<ch03-git-branching#_remote_branches>>.
119+
We talk briefly about how you can change the default branch from β€œmaster” in <<ch03-git-branching#_remote_branches>>.
120120
//////////////////////////
121-
``master'' μ—μ„œ λ‹€λ₯Έ 브랜치둜 λ³€κ²½ν•˜λŠ” 방법은 <<ch03-git-branching#_remote_branches>>에 μ†Œκ°œν•œλ‹€.
121+
β€œmaster” μ—μ„œ λ‹€λ₯Έ 브랜치둜 λ³€κ²½ν•˜λŠ” 방법은 <<ch03-git-branching#_remote_branches>>에 μ†Œκ°œν•œλ‹€.
122122
123123
//////////////////////////
124124
We use this command to create an empty bare repository for a server in <<ch04-git-on-the-server#_bare_repo>>.
@@ -182,10 +182,10 @@ Stage ν•˜κ³  μ»€λ°‹ν•˜λŠ” μ •λ„μ˜ μ•„μ£Ό 기본적인 μ›Œν¬ν”Œλ‘œλŠ” λͺ…λ Ή
182182
==== git add
183183
184184
//////////////////////////
185-
The `git add` command adds content from the working directory into the staging area (or ``index'') for the next commit.
185+
The `git add` command adds content from the working directory into the staging area (or β€œindex”) for the next commit.
186186
When the `git commit` command is run, by default it only looks at this staging area, so `git add` is used to craft what exactly you would like your next commit snapshot to look like.
187187
//////////////////////////
188-
`git add` λͺ…령은 μ›Œν‚Ή λ””λ ‰ν† λ¦¬μ—μ„œ Staging Area(``index'')둜 μ»¨ν…νŠΈλ₯Ό μΆ”κ°€ν•˜λŠ” λͺ…λ Ήμ–΄λ‹€.
188+
`git add` λͺ…령은 μ›Œν‚Ή λ””λ ‰ν† λ¦¬μ—μ„œ Staging Area(β€œindex”)둜 μ»¨ν…νŠΈλ₯Ό μΆ”κ°€ν•˜λŠ” λͺ…λ Ήμ–΄λ‹€.
189189
`git commit` λͺ…령은 μ˜€λ‘œμ§€ Staging Area만 바라보기 λ•Œλ¬Έμ— `git add` λͺ…λ ΉμœΌλ‘œ 컀밋할 μŠ€λƒ…μƒ·μ„ 잘 닀듬어야 ν•œλ‹€.
190190
191191
//////////////////////////
@@ -705,11 +705,11 @@ This can help you be very specific about what work you wish to share.
705705
706706
//////////////////////////
707707
The `git remote` command is a management tool for your record of remote repositories.
708-
It allows you to save long URLs as short handles, such as ``origin'' so you don't have to type them out all the time.
708+
It allows you to save long URLs as short handles, such as β€œorigin” so you don't have to type them out all the time.
709709
You can have several of these and the `git remote` command is used to add, change and delete them.
710710
//////////////////////////
711711
`git remote` λͺ…령은 원격 μ €μž₯μ†Œ 섀정인 리λͺ¨νŠΈμ˜ 관리 도ꡬ닀.
712-
κΈ΄ URL λŒ€μ‹  ``origin'' 처럼 이름을 짧게 지을 수 μžˆλ‹€. 그리고 URLλŒ€μ‹  짧은 리λͺ¨νŠΈ 이름을 μ‚¬μš©ν•œλ‹€.
712+
κΈ΄ URL λŒ€μ‹  β€œorigin” 처럼 이름을 짧게 지을 수 μžˆλ‹€. 그리고 URLλŒ€μ‹  짧은 리λͺ¨νŠΈ 이름을 μ‚¬μš©ν•œλ‹€.
713713
`git remote` λͺ…λ ΉμœΌλ‘œ 이 리λͺ¨νŠΈλ₯Ό μ—¬λŸ¬ 개 λ§Œλ“€μ–΄ 관리할 수 μžˆλ‹€.
714714
715715
//////////////////////////
@@ -1069,9 +1069,9 @@ If you're administering a Git repository or need to fix something in a big way,
10691069
==== git gc
10701070
10711071
//////////////////////////
1072-
The `git gc` command runs ``garbage collection'' on your repository, removing unnecessary files in your database and packing up the remaining files into a more efficient format.
1072+
The `git gc` command runs β€œgarbage collection” on your repository, removing unnecessary files in your database and packing up the remaining files into a more efficient format.
10731073
//////////////////////////
1074-
`git gc`λŠ” μ €μž₯μ†Œμ— ν•„μš”μ—†λŠ” νŒŒμΌμ„ μ‚­μ œν•˜κ³  남은 νŒŒμΌμ„ μ••μΆ•ν•˜λŠ” ``Garbage Collection'' λͺ…령이닀.
1074+
`git gc`λŠ” μ €μž₯μ†Œμ— ν•„μš”μ—†λŠ” νŒŒμΌμ„ μ‚­μ œν•˜κ³  남은 νŒŒμΌμ„ μ••μΆ•ν•˜λŠ” β€œGarbage Collection” λͺ…령이닀.
10751075
10761076
//////////////////////////
10771077
This command normally runs in the background for you, though you can manually run it if you wish.

β€Žbook/01-introduction/sections/about-version-control.ascβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
66
(((version control)))
77
//////////////////////////
8-
What is ``version control'', and why should you care?
8+
What is β€œversion control”, and why should you care?
99
Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later.
1010
For the examples in this book, you will use software source code as the files being version controlled, though in reality you can do this with nearly any type of file on a computer.
1111
//////////////////////////
12-
``버전 관리'' λŠ” 무엇이고 μš°λ¦¬λŠ” μ™œ 이것을 μ•Œμ•„μ•Ό ν• κΉŒ?
12+
β€œλ²„μ „ 관리” λŠ” 무엇이고 μš°λ¦¬λŠ” μ™œ 이것을 μ•Œμ•„μ•Ό ν• κΉŒ?
1313
버전 관리 μ‹œμŠ€ν…œμ€ 파일 λ³€ν™”λ₯Ό μ‹œκ°„μ— 따라 κΈ°λ‘ν–ˆλ‹€κ°€ λ‚˜μ€‘μ— νŠΉμ • μ‹œμ μ˜ 버전을 λ‹€μ‹œ κΊΌλ‚΄μ˜¬ 수 μžˆλŠ” μ‹œμŠ€ν…œμ΄λ‹€.
1414
이 μ±…μ—μ„œλŠ” 버전 κ΄€λ¦¬ν•˜λŠ” 예제둜 μ†Œν”„νŠΈμ›¨μ–΄ μ†ŒμŠ€ μ½”λ“œλ§Œ λ³΄μ—¬μ£Όμ§€λ§Œ, μ‹€μ œλ‘œ 거의 λͺ¨λ“  컴퓨터 파일의 버전을 관리할 수 μžˆλ‹€.
1515

β€Žbook/01-introduction/sections/basics.ascβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ Git λ””λ ‰ν† λ¦¬λŠ” μ§€κΈˆ μž‘μ—…ν•˜λŠ” λ””μŠ€ν¬μ— 있고 κ·Έ 디렉토리 μ•ˆ
209209
210210
//////////////////////////
211211
The staging area is a file, generally contained in your Git directory, that stores information about what will go into your next commit.
212-
Its technical name in Git parlance is the ``index'', but the phrase ``staging area'' works just as well.
212+
Its technical name in Git parlance is the β€œindex”, but the phrase β€œstaging area” works just as well.
213213
//////////////////////////
214214
Staging AreaλŠ” Git 디렉토리에 μžˆλ‹€. λ‹¨μˆœν•œ 파일이고 κ³§ 컀밋할 νŒŒμΌμ— λŒ€ν•œ 정보λ₯Ό μ €μž₯ν•œλ‹€.
215-
Gitμ—μ„œλŠ” κΈ°μˆ μš©μ–΄λ‘œλŠ” ``Index'' 라고 ν•˜μ§€λ§Œ, ``Staging Area'' λΌλŠ” μš©μ–΄λ₯Ό 써도 상관 μ—†λ‹€.
215+
Gitμ—μ„œλŠ” κΈ°μˆ μš©μ–΄λ‘œλŠ” β€œIndex” 라고 ν•˜μ§€λ§Œ, β€œStaging Area” λΌλŠ” μš©μ–΄λ₯Ό 써도 상관 μ—†λ‹€.
216216
217217
//////////////////////////
218218
The basic Git workflow goes something like this:

β€Žbook/01-introduction/sections/help.ascβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ These channels are regularly filled with hundreds of people who are all very kno
3535
이 μ±„λ„μ—λŠ” 보톡 수백 λͺ…μ˜ μ‚¬λžŒμ΄ 접속해 μžˆλ‹€. λͺ¨λ‘ Git에 λŒ€ν•΄ 잘 μ•Œκ³  μžˆλ‹€. 기꺼이 도와쀄 것이닀.(((IRC)))
3636
3737
//////////////////////////
38-
In addition, if you don't need the full-blown manpage help, but just need a quick refresher on the available options for a Git command, you can ask for the more concise ``help'' output with the `-h` or `--help` options, as in:
38+
In addition, if you don't need the full-blown manpage help, but just need a quick refresher on the available options for a Git command, you can ask for the more concise β€œhelp” output with the `-h` or `--help` options, as in:
3939
//////////////////////////
4040
Git λͺ…령을 μ‚¬μš©ν•˜κΈ° μœ„ν•΄ 맀우 μžμ„Έν•œ 도움말 전체λ₯Ό λ³Ό ν•„μš” 없이 각 λͺ…λ Ήμ—μ„œ μ‚¬μš©ν•  수 μžˆλŠ” μ˜΅μ…˜λ“€μ— λŒ€ν•΄μ„œ κ°„λž΅νžˆ μ‚΄νŽ΄λ³Όμˆ˜λ„ μžˆλ‹€. `-h`, `--help` μ˜΅μ…˜μ„ μ‚¬μš©ν•˜λ©΄ λ‹€μŒκ³Ό 같이 Git λͺ…λ Ήμ—μ„œ μ‚¬μš©ν•  수 μžˆλŠ” μ˜΅μ…˜λ“€μ— λŒ€ν•œ κ°„λ‹¨ν•œ 도움말을 좜λ ₯ν•œλ‹€.
4141

β€Žbook/02-git-basics/sections/getting-a-repository.ascβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ $ git clone https://github.com/libgit2/libgit2
137137
That creates a directory named `libgit2`, initializes a `.git` directory inside it, pulls down all the data for that repository, and checks out a working copy of the latest version.
138138
If you go into the new `libgit2` directory that was just created, you'll see the project files in there, ready to be worked on or used.
139139
//////////////////////////
140-
이 λͺ…령은 ``libgit2'' λΌλŠ” 디렉토리λ₯Ό λ§Œλ“€κ³  κ·Έ μ•ˆμ— `.git` 디렉토리λ₯Ό λ§Œλ“ λ‹€. 그리고 μ €μž₯μ†Œμ˜ 데이터λ₯Ό λͺ¨λ‘ κ°€μ Έμ™€μ„œ μžλ™μœΌλ‘œ κ°€μž₯ μ΅œμ‹  버전을 Checkout ν•΄ λ†“λŠ”λ‹€.
140+
이 λͺ…령은 β€œlibgit2” λΌλŠ” 디렉토리λ₯Ό λ§Œλ“€κ³  κ·Έ μ•ˆμ— `.git` 디렉토리λ₯Ό λ§Œλ“ λ‹€. 그리고 μ €μž₯μ†Œμ˜ 데이터λ₯Ό λͺ¨λ‘ κ°€μ Έμ™€μ„œ μžλ™μœΌλ‘œ κ°€μž₯ μ΅œμ‹  버전을 Checkout ν•΄ λ†“λŠ”λ‹€.
141141
`libgit2` λ””λ ‰ν† λ¦¬λ‘œ μ΄λ™ν•˜λ©΄ Checkout으둜 μƒμ„±ν•œ νŒŒμΌμ„ λ³Ό 수 있고 λ‹Ήμž₯ ν•˜κ³ μž ν•˜λŠ” 일을 μ‹œμž‘ν•  수 μžˆλ‹€.
142142
143143
//////////////////////////

β€Žbook/02-git-basics/sections/recording-changes.ascβ€Ž

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ nothing to commit, working directory clean
6565
This means you have a clean working directory -- in other words, none of your tracked files are modified.
6666
Git also doesn't see any untracked files, or they would be listed here.
6767
Finally, the command tells you which branch you're on and informs you that it has not diverged from the same branch on the server.
68-
For now, that branch is always ``master'', which is the default; you won't worry about it here.
68+
For now, that branch is always β€œmaster”, which is the default; you won't worry about it here.
6969
<<ch03-git-branching#ch03-git-branching>> will go over branches and references in detail.
7070
//////////////////////////
7171
μœ„μ˜ λ‚΄μš©μ€ νŒŒμΌμ„ ν•˜λ‚˜λ„ μˆ˜μ •ν•˜μ§€ μ•Šμ•˜λ‹€λŠ” 것을 말해쀀닀. Tracked νŒŒμΌμ€ ν•˜λ‚˜λ„ μˆ˜μ •λ˜μ§€ μ•Šμ•˜λ‹€λŠ” μ˜λ―Έλ‹€.
7272
Untracked νŒŒμΌμ€ 아직 μ—†μ–΄μ„œ λͺ©λ‘μ— λ‚˜νƒ€λ‚˜μ§€ μ•ŠλŠ”λ‹€.
7373
그리고 ν˜„μž¬ μž‘μ—… 쀑인 브랜치λ₯Ό μ•Œλ €μ£Όλ©° μ„œλ²„μ˜ 같은 λΈŒλžœμΉ˜λ‘œλΆ€ν„° μ§„ν–‰λœ μž‘μ—…μ΄ μ—†λŠ” 것을 λ‚˜νƒ€λ‚Έλ‹€.
74-
κΈ°λ³Έ λΈŒλžœμΉ˜κ°€ master이기 λ•Œλ¬Έμ— ν˜„μž¬ 브랜치 이름이 ``master'' 둜 λ‚˜μ˜¨λ‹€. 브랜치 κ΄€λ ¨ λ‚΄μš©μ€ μ°¨μ°¨ μ•Œμ•„κ°€μž.
74+
κΈ°λ³Έ λΈŒλžœμΉ˜κ°€ master이기 λ•Œλ¬Έμ— ν˜„μž¬ 브랜치 이름이 β€œmaster” 둜 λ‚˜μ˜¨λ‹€. 브랜치 κ΄€λ ¨ λ‚΄μš©μ€ μ°¨μ°¨ μ•Œμ•„κ°€μž.
7575
<<ch03-git-branching#ch03-git-branching>> μ—μ„œ λΈŒλžœμΉ˜μ™€ Refs에 λŒ€ν•΄ μžμ„Ένžˆ 닀룬닀.
7676
7777
//////////////////////////
@@ -96,12 +96,12 @@ nothing added to commit but untracked files present (use "git add" to track)
9696
----
9797
9898
//////////////////////////
99-
You can see that your new `README` file is untracked, because it's under the ``Untracked files'' heading in your status output.
99+
You can see that your new `README` file is untracked, because it's under the β€œUntracked files” heading in your status output.
100100
Untracked basically means that Git sees a file you didn't have in the previous snapshot (commit); Git won't start including it in your commit snapshots until you explicitly tell it to do so.
101101
It does this so you don't accidentally begin including generated binary files or other files that you did not mean to include.
102102
You do want to start including `README`, so let's start tracking the file.
103103
//////////////////////////
104-
`README` νŒŒμΌμ€ ``Untracked files'' 뢀뢄에 속해 μžˆλŠ”λ° 이것은 `README` 파일이 Untracked μƒνƒœλΌλŠ” 것을 λ§ν•œλ‹€.
104+
`README` νŒŒμΌμ€ β€œUntracked files” 뢀뢄에 속해 μžˆλŠ”λ° 이것은 `README` 파일이 Untracked μƒνƒœλΌλŠ” 것을 λ§ν•œλ‹€.
105105
Git은 Untracked νŒŒμΌμ„ 아직 μŠ€λƒ…μƒ·(컀밋)에 λ„£μ–΄μ§€μ§€ μ•Šμ€ 파일이라고 λ³Έλ‹€.
106106
파일이 Tracked μƒνƒœκ°€ 되기 μ „κΉŒμ§€λŠ” Git은 μ ˆλŒ€ κ·Έ νŒŒμΌμ„ μ»€λ°‹ν•˜μ§€ μ•ŠλŠ”λ‹€. κ·Έλž˜μ„œ μΌν•˜λ©΄μ„œ μƒμ„±ν•˜λŠ” λ°”μ΄λ„ˆλ¦¬ 파일 같은 것을 μ»€λ°‹ν•˜λŠ” μ‹€μˆ˜λŠ” ν•˜μ§€ μ•Šκ²Œ λœλ‹€.
107107
`README` νŒŒμΌμ„ μΆ”κ°€ν•΄μ„œ 직접 Tracked μƒνƒœλ‘œ λ§Œλ“€μ–΄ 보자.
@@ -142,12 +142,12 @@ Changes to be committed:
142142
----
143143
144144
//////////////////////////
145-
You can tell that it's staged because it's under the ``Changes to be committed'' heading.
145+
You can tell that it's staged because it's under the β€œChanges to be committed” heading.
146146
If you commit at this point, the version of the file at the time you ran `git add` is what will be in the historical snapshot.
147147
You may recall that when you ran `git init` earlier, you then ran `git add <files>` -- that was to begin tracking files in your directory.(((git commands, init)))(((git commands, add)))
148148
The `git add` command takes a path name for either a file or a directory; if it's a directory, the command adds all the files in that directory recursively.
149149
//////////////////////////
150-
``Changes to be committed'' 에 λ“€μ–΄ μžˆλŠ” νŒŒμΌμ€ Staged μƒνƒœλΌλŠ” 것을 μ˜λ―Έν•œλ‹€.
150+
β€œChanges to be committed” 에 λ“€μ–΄ μžˆλŠ” νŒŒμΌμ€ Staged μƒνƒœλΌλŠ” 것을 μ˜λ―Έν•œλ‹€.
151151
μ»€λ°‹ν•˜λ©΄ `git add` λ₯Ό μ‹€ν–‰ν•œ μ‹œμ μ˜ 파일이 μ»€λ°‹λ˜μ–΄ μ €μž₯μ†Œ νžˆμŠ€ν† λ¦¬μ— λ‚¨λŠ”λ‹€.
152152
μ•žμ—μ„œ `git init` λͺ…령을 μ‹€ν–‰ν•œ ν›„, `git add (files)` λͺ…령을 μ‹€ν–‰ν–ˆλ˜ κ±Έ κΈ°μ–΅ν•  것이닀. 이 λͺ…령을 톡해 디렉토리에 μžˆλŠ” νŒŒμΌμ„ μΆ”μ ν•˜κ³  κ΄€λ¦¬ν•˜λ„λ‘ ν•œλ‹€.(((git commands, init)))(((git commands, add)))
153153
`git add` λͺ…령은 파일 λ˜λŠ” λ””λ ‰ν† λ¦¬μ˜ 경둜λ₯Ό μ•„κ·œλ¨ΌνŠΈλ‘œ λ°›λŠ”λ‹€. 디렉토리면 μ•„λž˜μ— μžˆλŠ” λͺ¨λ“  νŒŒμΌλ“€κΉŒμ§€ μž¬κ·€μ μœΌλ‘œ μΆ”κ°€ν•œλ‹€.
@@ -183,13 +183,13 @@ Changes not staged for commit:
183183
----
184184
185185
//////////////////////////
186-
The `CONTRIBUTING.md` file appears under a section named ``Changes not staged for commit'' -- which means that a file that is tracked has been modified in the working directory but not yet staged.
186+
The `CONTRIBUTING.md` file appears under a section named β€œChanges not staged for commit” -- which means that a file that is tracked has been modified in the working directory but not yet staged.
187187
To stage it, you run the `git add` command.
188188
`git add` is a multipurpose command -- you use it to begin tracking new files, to stage files, and to do other things like marking merge-conflicted files as resolved.
189-
It may be helpful to think of it more as ``add precisely this content to the next commit'' rather than ``add this file to the project''.(((git commands, add)))
189+
It may be helpful to think of it more as β€œadd precisely this content to the next commit” rather than β€œadd this file to the project”.(((git commands, add)))
190190
Let's run `git add` now to stage the `CONTRIBUTING.md` file, and then run `git status` again:
191191
//////////////////////////
192-
이 `CONTRIBUTING.md` νŒŒμΌμ€ ``Changes not staged for commit'' 에 μžˆλ‹€. 이것은 μˆ˜μ •ν•œ 파일이 Tracked μƒνƒœμ΄μ§€λ§Œ 아직 Staged μƒνƒœλŠ” μ•„λ‹ˆλΌλŠ” 것이닀.
192+
이 `CONTRIBUTING.md` νŒŒμΌμ€ β€œChanges not staged for commit” 에 μžˆλ‹€. 이것은 μˆ˜μ •ν•œ 파일이 Tracked μƒνƒœμ΄μ§€λ§Œ 아직 Staged μƒνƒœλŠ” μ•„λ‹ˆλΌλŠ” 것이닀.
193193
Staged μƒνƒœλ‘œ λ§Œλ“€λ €λ©΄ `git add` λͺ…령을 μ‹€ν–‰ν•΄μ•Ό ν•œλ‹€.
194194
`git add` λͺ…령은 νŒŒμΌμ„ μƒˆλ‘œ 좔적할 λ•Œλ„ μ‚¬μš©ν•˜κ³  μˆ˜μ •ν•œ νŒŒμΌμ„ Staged μƒνƒœλ‘œ λ§Œλ“€ λ•Œλ„ μ‚¬μš©ν•œλ‹€. Merge ν•  λ•Œ μΆ©λŒλ‚œ μƒνƒœμ˜ νŒŒμΌμ„ Resolve μƒνƒœλ‘œ λ§Œλ“€λ•Œλ„ μ‚¬μš©ν•œλ‹€.
195195
add의 μ˜λ―ΈλŠ” ν”„λ‘œμ νŠΈμ— νŒŒμΌμ„ μΆ”κ°€ν•œλ‹€κΈ° λ³΄λ‹€λŠ” λ‹€μŒ 컀밋에 μΆ”κ°€ν•œλ‹€κ³  λ°›μ•„λ“€μ΄λŠ”κ²Œ μ’‹λ‹€.(((git commands, add)))
@@ -328,13 +328,13 @@ $ cat .gitignore
328328
----
329329
330330
//////////////////////////
331-
The first line tells Git to ignore any files ending in ``.o'' or ``.a'' -- object and archive files that may be the product of building your code.
331+
The first line tells Git to ignore any files ending in β€œ.o” or β€œ.a” -- object and archive files that may be the product of building your code.
332332
The second line tells Git to ignore all files whose names end with a tilde (`~`), which is used by many text editors such as Emacs to mark temporary files.
333333
You may also include a log, tmp, or pid directory; automatically generated documentation; and so on.
334334
Setting up a `.gitignore` file for your new repository before you get going is generally a good idea so you don't accidentally commit files that you really don't want in your Git repository.
335335
//////////////////////////
336-
첫번째 라인은 ν™•μž₯μžκ°€ ``.o'' λ‚˜ ``.a'' 인 νŒŒμΌμ„ Git이 λ¬΄μ‹œν•˜λΌλŠ” 것이고 λ‘˜μ§Έ 라인은 `~` 둜 λλ‚˜λŠ” λͺ¨λ“  νŒŒμΌμ„ λ¬΄μ‹œν•˜λΌλŠ” 것이닀. 보톡 λŒ€λΆ€λΆ„μ˜ ν…μŠ€νŠΈ νŽΈμ§‘κΈ°μ—μ„œ μž„μ‹œνŒŒμΌλ‘œ μ‚¬μš©ν•˜λŠ” 파일 이름이기 λ•Œλ¬Έμ΄λ‹€.
337-
``.o'' 와 ``.a'' λŠ” 각각 λΉŒλ“œ μ‹œμŠ€ν…œμ΄ λ§Œλ“€μ–΄λ‚΄λŠ” μ˜€λΈŒμ νŠΈμ™€ μ•„μΉ΄μ΄λΈŒ 파일이고 `~` 둜 λλ‚˜λŠ” νŒŒμΌμ€ Emacsλ‚˜ VI 같은 ν…μŠ€νŠΈ νŽΈμ§‘κΈ°κ°€ μž„μ‹œλ‘œ λ§Œλ“€μ–΄λ‚΄λŠ” νŒŒμΌμ΄λ‹€.
336+
첫번째 라인은 ν™•μž₯μžκ°€ β€œ.o” λ‚˜ β€œ.a” 인 νŒŒμΌμ„ Git이 λ¬΄μ‹œν•˜λΌλŠ” 것이고 λ‘˜μ§Έ 라인은 `~` 둜 λλ‚˜λŠ” λͺ¨λ“  νŒŒμΌμ„ λ¬΄μ‹œν•˜λΌλŠ” 것이닀. 보톡 λŒ€λΆ€λΆ„μ˜ ν…μŠ€νŠΈ νŽΈμ§‘κΈ°μ—μ„œ μž„μ‹œνŒŒμΌλ‘œ μ‚¬μš©ν•˜λŠ” 파일 이름이기 λ•Œλ¬Έμ΄λ‹€.
337+
β€œ.o” 와 β€œ.a” λŠ” 각각 λΉŒλ“œ μ‹œμŠ€ν…œμ΄ λ§Œλ“€μ–΄λ‚΄λŠ” μ˜€λΈŒμ νŠΈμ™€ μ•„μΉ΄μ΄λΈŒ 파일이고 `~` 둜 λλ‚˜λŠ” νŒŒμΌμ€ Emacsλ‚˜ VI 같은 ν…μŠ€νŠΈ νŽΈμ§‘κΈ°κ°€ μž„μ‹œλ‘œ λ§Œλ“€μ–΄λ‚΄λŠ” νŒŒμΌμ΄λ‹€.
338338
또 log, tmp, pid 같은 λ””λ ‰ν† λ¦¬λ‚˜, μžλ™μœΌλ‘œ μƒμ„±ν•˜λŠ” λ¬Έμ„œ 같은 것듀도 μΆ”κ°€ν•  수 μžˆλ‹€.
339339
`.gitignore` νŒŒμΌμ€ 보톡 μ²˜μŒμ— λ§Œλ“€μ–΄ λ‘λŠ” 것이 νŽΈλ¦¬ν•˜λ‹€. κ·Έλž˜μ„œ Git μ €μž₯μ†Œμ— μ»€λ°‹ν•˜κ³  μ‹Άμ§€ μ•Šμ€ νŒŒμΌμ„ μ‹€μˆ˜λ‘œ μ»€λ°‹ν•˜λŠ” 일을 λ°©μ§€ν•  수 μžˆλ‹€.
340340
@@ -780,9 +780,9 @@ Gitμ—μ„œ νŒŒμΌμ„ μ œκ±°ν•˜λ €λ©΄ `git rm` λͺ…λ ΉμœΌλ‘œ Tracked μƒνƒœμ˜ 파
780780
이 λͺ…령은 μ›Œν‚Ή 디렉토리에 μžˆλŠ” νŒŒμΌλ„ μ‚­μ œν•˜κΈ° λ•Œλ¬Έμ— μ‹€μ œλ‘œ νŒŒμΌλ„ μ§€μ›Œμ§„λ‹€.
781781
782782
//////////////////////////
783-
If you simply remove the file from your working directory, it shows up under the ``Changes not staged for commit'' (that is, _unstaged_) area of your `git status` output:
783+
If you simply remove the file from your working directory, it shows up under the β€œChanges not staged for commit” (that is, _unstaged_) area of your `git status` output:
784784
//////////////////////////
785-
Git λͺ…령을 μ‚¬μš©ν•˜μ§€ μ•Šκ³  λ‹¨μˆœνžˆ μ›Œν‚Ή λ””λ ‰ν„°λ¦¬μ—μ„œ νŒŒμΌμ„ μ‚­μ œν•˜κ³  `git status` λͺ…λ ΉμœΌλ‘œ μƒνƒœλ₯Ό ν™•μΈν•˜λ©΄ Git은 ν˜„μž¬ ``Changes not staged for commit'' (즉, _Unstaged_ μƒνƒœ)라고 ν‘œμ‹œν•΄μ€€λ‹€.
785+
Git λͺ…령을 μ‚¬μš©ν•˜μ§€ μ•Šκ³  λ‹¨μˆœνžˆ μ›Œν‚Ή λ””λ ‰ν„°λ¦¬μ—μ„œ νŒŒμΌμ„ μ‚­μ œν•˜κ³  `git status` λͺ…λ ΉμœΌλ‘œ μƒνƒœλ₯Ό ν™•μΈν•˜λ©΄ Git은 ν˜„μž¬ β€œChanges not staged for commit” (즉, _Unstaged_ μƒνƒœ)라고 ν‘œμ‹œν•΄μ€€λ‹€.
786786
787787
[source,console]
788788
----

0 commit comments

Comments
Β (0)