merge

  1. 작업하던 branch에서 commit 최신화
  2. merge 하려는 branch로 이동
git checkout develop
  1. 작업했던 branch 명으로 merge
git merge test