diff --git a/external/book/content/book/en/v2/Git-Internals-The-Refspec.html b/external/book/content/book/en/v2/Git-Internals-The-Refspec.html index 27a0535904..b366bb4e55 100644 --- a/external/book/content/book/en/v2/Git-Internals-The-Refspec.html +++ b/external/book/content/book/en/v2/Git-Internals-The-Refspec.html @@ -38,8 +38,8 @@

The Refspec

-

The format of the refspec is, first, an optional `, followed by `<src>:<dst>`, where `<src>` is the pattern for references on the remote side and `<dst>` is where those references will be tracked locally. -The ` tells Git to update the reference even if it isn’t a fast-forward.

+

The format of the refspec is, first, an optional `, followed by <src>:<dst>, where <src> is the pattern for references on the remote side and <dst> is where those references will be tracked locally. +The ` tells Git to update the reference even if it isn’t a fast-forward.

In the default case that is automatically written by a git remote add origin command, Git fetches all the references under refs/heads/ on the server and writes them to refs/remotes/origin/ locally. diff --git "a/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Refspec.html" "b/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Refspec.html" index 2b433e257a..c5af3fed37 100644 --- "a/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Refspec.html" +++ "b/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Refspec.html" @@ -39,7 +39,7 @@

Refspec

-

Refspec 형식은 ` 와 `<src>:<dest>` 로 돼 있다. ` 는 생략 가능하고, <src> 는 리모트 저장소의 Refs 패턴이고 <dst> 는 매핑되는 로컬 저장소의 Refs 패턴이다. +

Refspec 형식은 `<src>:<dest> 로 돼 있다. ` 는 생략 가능하고, <src> 는 리모트 저장소의 Refs 패턴이고 <dst> 는 매핑되는 로컬 저장소의 Refs 패턴이다. + 는 Fast-forward가 아닌 업데이트를 허용하는 것이다.