[10분 테코톡] 주노의 Github와 협업

youngkyu MIn·2023년 9월 5일

movie

  • 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
profile
한 줄 소개

0개의 댓글