이 버전의 GitHub Enterprise Server는 다음 날짜에 중단됩니다. 2026-08-25. 지원되지 않는 릴리스는 지원되지 않습니다. 중요한 보안 문제에 대해서도 패치 릴리스가 이루어지지 않습니다. GitHub Enterprise Server의 향상된 성능, 향상된 보안 및 새로운 기능은 업그레이드 프로세스의 오버뷰 참조하세요. 업그레이드에 대한 도움이 필요하면 GitHub Enterprise 지원에 문의하세요.
추천됨
기사
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.
Branches
Use branches in GitHub to isolate development work, manage default branches, and collaborate effectively using pull requests and branch protections.
Changing the base branch of a pull request
Modify the base branch of an open pull request to compare changes against a different branch and ensure accurate updates.
Creating a pull request from a fork
Create a pull request from a fork to propose changes to an upstream repository and collaborate on code effectively.
Managing branches within your repository
Create new branches for development and delete unused branches directly on GitHub.
Merging a pull request
Merge pull requests into the upstream branch, choose merge methods, and meet repository requirements like reviews or status checks.
Resolving a merge conflict on GitHub
Resolve simple merge conflicts directly on GitHub using the conflict editor or handle complex cases via the command line.
Resolving a merge conflict using the command line
Resolve merge conflicts using the command line by identifying conflicting changes, editing files, and committing resolutions.
Reviewing dependency changes in a pull request
Review dependency changes in pull requests to identify added, updated, or removed dependencies and detect vulnerabilities before they reach production.