exp에서 master로 옮기는 경우
exp → master (*)
master 에서 merge
git merge exp
fast forward와 merge의 차이
fast forward = commit 이 남지 않음
merge = commit 이 남음