# 포크 사용하기

포크를 사용하여 리포지토리를 포크하고, 변경 사항을 동기화하고, pull request 브랜치를 효과적으로 관리하세요.

## Links

* [리포지토리를 포크하다](/ko/pull-requests/how-tos/work-with-forks/fork-a-repo)

  리포지토리를 GitHub 포크하여 변경 내용을 제안하고, 프로젝트에 공동 작업하고, 코드베이스의 고유한 복사본을 관리합니다.

* [포크에 대한 원격 리포지토리 구성하기](/ko/pull-requests/how-tos/work-with-forks/configuring-a-remote-repository-for-a-fork)

  포크와 원래 리포지토리 간의 변경 내용을 동기화하도록 Git의 업스트림 리포지토리를 가리키는 원격을 설정합니다.

* [Syncing a fork](/ko/pull-requests/how-tos/work-with-forks/syncing-a-fork)

  Sync a forked repository with its upstream repository using the web interface, GitHub CLI, or command line.

* [Allowing changes to a pull request branch created from a fork](/ko/pull-requests/how-tos/work-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork)

  Enable collaboration by allowing repository maintainers to commit changes to pull request branches created from forks in your personal account.

* [포크 분리하기](/ko/pull-requests/how-tos/work-with-forks/detaching-a-fork)

  네트워크를 종료하거나 수동 단계를 통해 독립 실행형 리포지토리를 만들어 해당 포크 네트워크에서 리포지토리의 연결을 끊습니다.