Git

branch

git checkout -b feature/branch-name // 현재 브랜치로 다른 브랜치 따기
Switched to a new branch 'feature/branch-name'

git merge feature/another-branch // 현재 브랜치에 다른 브랜치 merge

ref : https://git-scm.com/book/ko/v1/Git-%EB%B8%8C%EB%9E%9C%EC%B9%98-%EB%B8%8C%EB%9E%9C%EC%B9%98%EC%99%80-Merge%EC%9D%98-%EA%B8%B0%EC%B4%88

results matching ""

    No results matching ""