반응형

📝상황

"pilot-001"이라는 브랜치를 생성해 작업 후 origin/master에 최종 병합

 

📝작업 단계

  1. 원격 pilot-001 브랜치 생성
  2. 원격 pilot-001 브랜치로 체크아웃 후 작업 → 로컬 pilot-001 브랜치에 작업 내용 쌓임
  3. 로컬 pilot-001 브랜치 원격 pilot-001 브랜치로 push
  4. 돌발!!! → origin/master로 작업한 사람 있는 경우 origin/master 체크아웃 후 update project후 origin/master to master master 최신화
  5. master를 로컬 pilot-001에 병합 → 로컬 pilot-001은 master 즉 origin/master와 동일한 버전 가짐
  6. 로컬 pilot-001를 원격 pilot-001에 push → 원격 pilot-001 최신화
  7. 원격 pilot-001을 origin/master에 병합 → 최종 작업[pilot-001] 브랜치를 origin/master로 병합
반응형