Pull Request
Last updated
Was this helpful?
Last updated
Was this helpful?
Fork한 Repository를 자산의 Local working directory로 Clone 한다.
그 상태에서 code 작업을 한다.
myfeature branch의 수정 사항을 자신의 GitHub Repository에 Push한다.
GitHub에서 자신의 Repository에 가면 Compare & pull request 버튼이 활성화 된 것을 볼 수 있다. 이를 눌러서 Pull Request를 생성한다.
이후 Upstream Repository의 관리자는 요청된 Pull Request를 검토하여 Merge 여부를 결정한다.
Upstream Repository를 자신의 GitHub 계정으로 한다.
Upstream Repository를 에 추가한다.
먼저 master branch를 fetch와 하여 최신 상태로 유지한다.
그리고 개발용 (myfeature)를 생성한다.
Branch를 fetch와 하여 최신 상태로 유지한다.
수정 사항을 한다.