> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/ko/knowledge-base/124-rejecting-changes-how-to-revert-a-chunk-on-overleaf.md).

# 변경 사항 거부: Overleaf에서 '한 조각 되돌리기'하는 방법

![Overleaf의 비교 모드를 통해 청크 되돌리기 - 애니메이션 GIF](/files/a80a57bee2cd59bf3b56238d2058e5060885af0a)

이미 다음에 대해 알고 계실 수도 있습니다. [버전 기록 기능](https://www.overleaf.com/blog/194-new-year-new-name-new-free-features#!compare) Overleaf에서 프로젝트의 마일스톤 버전들을 저장하는 데 사용할 수 있습니다. 이러한 마일스톤에 특정 레이블을 지정하면, VERSIONS 메뉴 아래의 'restore' 옵션을 사용해 이전에 저장한 버전을 쉽게 복원할 수 있습니다.

![Overleaf에서 Versions 메뉴 사용하기](/files/b9982fe81b7a44d04142be1a605955ec01f2eb77)

저장된 버전 오른쪽에 있는 'compare' 기능을 사용해 프로젝트의 현재 상태와 이전에 저장된 버전 사이의 변경 사항을 추적할 수 있다는 것도 알고 계실 수 있습니다.

하지만 다음도 되돌릴 수 있다는 사실을 알고 계셨나요 *특정 변경 사항('chunks')* 이전 버전으로 – 아마도 공동 저자가 만든 일부 변경 사항을 거부하거나, 최근의 잘못된 코드 줄을 되돌리되 다른 편집 사항은 수락하고 싶을 때일 수 있습니다. 이렇게 하면 공동 저자의 수정 사항을 제안처럼 다룰 수 있어, 'compare mode'를 'suggest mode'처럼 사용해 이를 수락하거나 거부할 수 있습니다.

![Overleaf의 비교 모드를 통해 청크 되돌리기](/files/553ca1b62862dbfbb9e1a8469599c6676d077479)

비교 모드에 들어가면, 현재 버전(왼쪽)과 비교할 저장된 버전(오른쪽)에서 해당 변경 청크를 볼 수 있습니다. 각 청크를 그대로 두면 수락할 수 있고, 새 버전과 이전 버전 사이에 있는 'revert chunk' 화살표를 클릭하면 거부할 수 있습니다(위의 밝은 분홍색 화살표로 강조됨). 변경 사항 검토를 마치면 COMPARE 버튼을 다시 클릭해 비교 모드를 종료하는 것만 잊지 마세요!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/latex/ko/knowledge-base/124-rejecting-changes-how-to-revert-a-chunk-on-overleaf.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
