Posts 2021년 04월 28일, Daily Comment
Post
Cancel

2021년 04월 28일, Daily Comment

gz 압축하기, 압축풀기

  • gzip {대상 파일}
  • gzip -d {압축 파일명}.gz

squash merge

  • commit a+b+c를 합쳐서 새로운 m을 생성하여 target 브랜치에 추가(merge)
  • commit a+b+c를 합쳐서 새로운 commit abc를 생성하고 target 브랜치에 추가
    ( squash and Merge )
  • feature 브랜치의 commit history를 합쳐서 깔끔하게 만들기위해 사용
This post is licensed under CC BY 4.0 by the author.