merge

· Git
Branch란? Branching makes it super easy to work within self-contained contexts, but often we want to incorporate changes from one branch into another. We can do this using the git merge command Git Branch를 만들면 독립적인 영역안에서 일을 할 수 있다는 장점이 있다. 그런데 우리가 수행한 작업 중 일부를 다른 브랜치와 통합해야할 때가 있다. 그때 'git merge'라는 명령어를 사용한다. 일반적인 Workflow에서는 Master(main) Branch가 존재한다. 리더가 관리하는 경우가 많으며, 핵심되는 소스코드이다. Master Branch에..
코드1.5
'merge' 태그의 글 목록