Development/Git

Git merge

궁선이 2018. 4. 6. 04:13

ㅇ. 머지 리퀘스트(병합하고자 하는 브랜치에서 실행)
- git merge <병합되는 브랜치>


ㅇ. git merge상태 되돌리기
- git merge --abort


ㅇ error: You have not concluded your merge (MERGE_HEAD exists).
- git merge --abort
- 에러사항 해결 후 다시 git pull