pull = fetch + merge (internally)
Check git lfs!!!!!
origin/master
to master branch fetch and merge
FETCH_HEAD
pull all branch tracking
- 토픽 브랜치에 통합 브랜치의 최신 코드를 적용할 경우에는 rebase 를 사용,
- 통합 브랜치에 토픽 브랜치를 불러올 경우에는 우선 rebase 를 한 후 merge
Seong-lae Cho
Seong-lae Cho