추천됨
풀 리퀘스트에 대한 정보
GitHub에서 풀 리퀘스트를 사용하여 변경 사항을 제안하고, 논의하고, 병합합니다.
지점
GitHub 분기를 사용하여 개발 작업을 격리하고, 기본 분기를 관리하고, 끌어오기 요청 및 분기 보호를 사용하여 효과적으로 공동 작업할 수 있습니다.
끌어오기 요청 만들기
리포지토리에서 코드 변경 내용을 제안하는 끌어오기 요청을 만듭니다.
기사
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.
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.
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.
Stacked pull requests APIs and webhooks
Read and manage stacked pull requests programmatically with the GitHub REST and GraphQL APIs, and webhooks.
Syncing a fork
Sync a forked repository with its upstream repository using the web interface, GitHub CLI, or command line.
Troubleshooting commits
Resolve common commit issues like incorrect user links, missing local commits, and push protection blocks.