# 1. GitHub에서 pull request로 브랜치를 merge한 경우 로컬에는 영향을 주지 않기 때문에 # main 브랜치로 이동해야함 git checkout main # 2. 원격 저장소에 저장된 내용을 로컬로 받아옴 git pull origin main