merge

두 branch로 나누어 작업했던 것을 병합하는 명령어입니다.

$ git switch main
$ git log
$ git merge <병합할 branch>