Git 깔끔하게 Merge하기

git checkout -b 자식브런치 #체크아웃 git pull origin 자식브런치 #동기화 git pull origin 부모브런치 #머지 git push origin 자식브런치 #업로드 #충돌시 git status 로 확인 > 수정 > git commit...