
- Organization
- repository -> collaborators
흐름
- issue 생성
- clone or pull main
- checkout -b ~
- 작업
- git add .; git commit -m ""
- pull main --rebase
- push branch
- pr 생성
- 리뷰 후 reject or squash merge
- checkout main
- pull main
- branch -D ~
- fetch --prune
- GitHub Project
- GitHub WIKI
- Template