Contributor 도전하기

cloud2000·2024년 10월 15일
0

PR 생성

  1. https://github.com/kubesphere/kubekey.git fork
  2. git clone https://github.com/cloud-jeong/kubekey
  3. git remote add upstream https://github.com/kubesphere/kubekey.git
  4. git remote -v
    origin https://github.com/cloud-jeong/kubekey.git (fetch)
    origin https://github.com/cloud-jeong/kubekey.git (push)
    upstream https://github.com/kubesphere/kubekey.git (fetch)
    upstream https://github.com/kubesphere/kubekey.git (push)
  5. git branch -v configure-registry-directory
  6. git add .
    git commit -m "프로젝트의 정해진 규칙에 따라 작성"
  7. git push origin configure-registry-directory
  8. github 내 저장소에서 "Compare & pull request" 클릭
  9. 기여할 프로젝트에서 미리 설정된 Pull Request 양식이 뜨면 프로젝트의 양식과 규칙에 맞게 자신이 기여한 것들을 작성.
    그 다음 Create pull request 버튼을 눌러서, 오픈소스 프로젝트에서 나의 PR이 승인되어 merge될 때 까지 기다립니다.
  10. PR 승인이 되었다면 branch 삭제하기
    git branch -D configure-registry-directory
    git push origin :configure-registry-directory
    or git push origin --delete configure-registry-directory

remote 저장소 최신 커밋 내역 가져와서 merge 하기

  1. git checkout master
  2. git fetch upstream/master
  3. git merge upstream/master
profile
클라우드쟁이

0개의 댓글

관련 채용 정보