[Git] 체리픽 (Cherry-pick)

qwe8851·2024년 2월 20일
0

✏️ git

목록 보기
12/14

https://jh-make.tistory.com/entry/Git-cherry-pick

로그를 확인해서 해시키 값을 확인 합니다.

git log --all --oneline

커밋을 cherry-pick 으로 가져옵니다.

git cherry-pick 3b39c81

cherry-pick 취소

git cherry-pick --abort
profile
FrontEnd Developer with React, TypeScript

0개의 댓글