utcloud.log
로그인
utcloud.log
로그인
Contributor 도전하기
cloud2000
·
2024년 10월 15일
팔로우
0
github
0
PR 생성
https://github.com/kubesphere/kubekey.git
fork
git clone
https://github.com/cloud-jeong/kubekey
git remote add upstream
https://github.com/kubesphere/kubekey.git
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)
git branch -v configure-registry-directory
git add .
git commit -m "프로젝트의 정해진 규칙에 따라 작성"
git push origin configure-registry-directory
github 내 저장소에서 "Compare & pull request" 클릭
기여할 프로젝트에서 미리 설정된 Pull Request 양식이 뜨면 프로젝트의 양식과 규칙에 맞게 자신이 기여한 것들을 작성.
그 다음 Create pull request 버튼을 눌러서, 오픈소스 프로젝트에서 나의 PR이 승인되어 merge될 때 까지 기다립니다.
PR 승인이 되었다면 branch 삭제하기
git branch -D configure-registry-directory
git push origin :configure-registry-directory
or git push origin --delete configure-registry-directory
remote 저장소 최신 커밋 내역 가져와서 merge 하기
git checkout master
git fetch upstream/master
git merge upstream/master
cloud2000
클라우드쟁이
팔로우
이전 포스트
Kubernetes debugging
다음 포스트
n8n ollama 연동
0개의 댓글
댓글 작성
관련 채용 정보