git squash merge 관련 다시 볼 블로그

초록귤·2022년 3월 23일
1

Error

목록 보기
3/6

git squash merge 에서 과거 2개만 합치고 싶을떄
위에 커밋을 pick
밑에 커밋을 s (squash)
으로 하면된다 !
squash merge에 대해 처음 써봤는데 너무 신기하다. ㅎㅎ
해당 커밋번호로 가면 인근 커밋이 나옴.

git rebase -i HEAD~3
git rebase -i HEAD^ 직전

git reset HEAD^



https://kyounghwan01.github.io/blog/etc/git/git-branch-change/#head



https://stackoverflow.com/questions/2221658/whats-the-difference-between-head-and-head-in-git



https://backlog.com/git-tutorial/kr/stepup/stepup7_5.html




https://selfish-developer.com/entry/git-rebase-%EB%A5%BC-%EC%9D%B4%EC%9A%A9%ED%95%B4-%EC%A4%91%EA%B0%84-%EC%BB%A4%EB%B0%8B-%EC%88%98%EC%A0%95%ED%95%98%EA%B8%B0




https://dev-yakuza.posstree.com/ko/git/git-squash/



https://mylko72.gitbooks.io/git/content/history.html



https://meetup.toast.com/posts/39


cherrypick



삭제 reset


https://doqtqu.tistory.com/234


참고한 블로그입니다.

profile
초록색 귤이 노랑색으로 익어가듯, 실력이 익어가기 위해 노력하는 개발자 lahee입니다. 프론트엔드 개발자를 목표로 성장하고 있습니다.

0개의 댓글