Git 가지 병합하기[merge] - Gdj/git_setting GitHub Wiki

가지 병합하기

  1. 병합될 가지로 이동하여 병합할 가지를 병합한다.
    git checkout '병합될 가지이름' 
    git merge '병합할 가지이름'