Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 295 Bytes

git-merge.md

File metadata and controls

27 lines (17 loc) · 295 Bytes

git-merge


title

  • 깃에서 자주쓰는 병합 사용법

desc

inst

  • instruction
    1. git merge <branch name>
    2. git merge --squash <branch name>

tags

#git