- git clone “git 주소”
- git remote -v
- git remote rename origin upstream
- Fork(한 번만 진행하면 됨)
- git remote add origin 'fork한 주소'
- git checkout -b “branch 이름(마음대로 작성해도 됨)”
- git add 추가할 파일/디렉토리
- git commit -m "커밋 내용"
- git push origin ‘branch 이름’
- 여기까지 완료하면 pull request 생성 가능
- PR 처리
merge 후