{"meta":{"title":"끌어오기 요청 되돌리기","intro":"새 끌어오기 요청을 만들어 이전에 병합된 끌어오기 요청을 되돌리고 병합 충돌이 발생할 경우 해결합니다.","product":"끌어오기 요청","breadcrumbs":[{"href":"/ko/pull-requests","title":"끌어오기 요청"},{"href":"/ko/pull-requests/how-tos","title":"사용법"},{"href":"/ko/pull-requests/how-tos/merge-and-close-pull-requests","title":"병합 및 닫기"},{"href":"/ko/pull-requests/how-tos/merge-and-close-pull-requests/reverting-a-pull-request","title":"끌어오기 요청 되돌리기"}],"documentType":"article"},"body":"# 끌어오기 요청 되돌리기\n\n새 끌어오기 요청을 만들어 이전에 병합된 끌어오기 요청을 되돌리고 병합 충돌이 발생할 경우 해결합니다.\n\n## 끌어오기 요청 되돌리기에 대하여\n\n병합된 끌어오기 요청을 되돌리면 원래 병합 커밋을 되돌리는 새 끌어오기 요청이 만들어집니다. 리포지토리에 [쓰기 권한이](/ko/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization) 있어야 합니다.\n\n## 끌어오기 요청 되돌리기\n\n> \\[!NOTE]\n> 끌어오기 요청을 되돌리면 병합 충돌이 발생하거나 원래 끌어오기 요청이 병합되지 않은 경우 개별 커밋을 되돌려야 할 수 있습니다 GitHub. Git 설명서에서 [Git 되돌리](https://git-scm.com/docs/git-revert.html) 기를 참조하세요.\n\n1. 리포지토리 이름 아래에서 **끌어오기 요청을 클릭합니다<svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon octicon-git-pull-request\" aria-label=\"git-pull-request\" role=\"img\"><path d=\"M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25Zm5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354ZM3.75 2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm0 9.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm8.25.75a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0Z\"></path></svg>**.\n\n2. \"끌어오기 요청\" 목록에서 되돌리려는 끌어오기 요청을 클릭합니다.\n\n3. 끌어오기 요청의 아래쪽 가까이에 있는 **되돌리기**를 클릭합니다.\n   **되돌리기** 옵션이 표시되지 않으면 리포지토리 관리자에게 쓰기 권한을 요청해야 합니다.\n\n   ![끌어오기 요청의 타임라인 스크린샷. \"되돌리기\" 단추가 진한 주황색 윤곽선으로 표시되어 있습니다.](/assets/images/help/pull_requests/revert-pull-request-link.png)\n\n4. 결과로 생성된 풀 리퀘스트를 병합합니다.\n   [끌어오기 요청 병합](/ko/pull-requests/how-tos/merge-and-close-pull-requests/merging-a-pull-request)을(를) 참조하세요."}