이전과 다른 메시지들을 출력했지만, 어쨌든 잘 병합되었습니다. 다시 로컬 저장소의 로그 기록을 확인합니다.
infoh@hojin MINGW64 /e/gitstudy05_clone (master)
$ git log 로그 확인
commit 668b5efb139f47d28e77d6cb99863e3961a5db1d (HEAD -> master, origin/master, origin/HEAD)
Author: hojinlee <infohojin@gmail.com>
Date: Thu Dec 12 17:32:36 2019 +0900
look sky
commit 6a947b89517661cde95c9bec4c766302a763437e
Author: hojinlee <infohojin@gmail.com>
Date: Thu Dec 12 17:28:20 2019 +0900
good day
commit 486458111de5ec909e43460ec8ebf945ba9e932c
Author: hojinlee <infohojin@gmail.com>
Date: Thu Dec 12 17:16:37 2019 +0900
first commit
fetch 명령어로 내려받은 커밋들이 추가된 것을 확인할 수 있습니다.