$ git pull -r origin develop
From
https://github.com/Booksly/BOOKSLY-SERVER
branch develop -> FETCH_HEAD warning: skipped previously applied commit ca1bab1
hint: use --reapply-cherry-picks to include skipped commits
hint: Disable this message with "git config advice.skippedCherryPicks false"
오류는 아니고, 깃의 어시스트라고 할 수 있겠다.
예를 들어 현재 있는 #10 브랜치에서 커밋한 변경사항이 develop 브랜치에 이미 반영되어 있는 내용이라면,
해당 커밋을 skip한다.

실제로 사진의 최상단에 보이는 커밋 외에 추가적인 커밋(ca1bab1)이 있었는데 pull 받으니 해당 커밋이 skip된 것을 확인할 수 있다.

git아 고마워
'여러가지 모르는 지식들' 카테고리의 다른 글
pinned virtual thread 확인하기 (0) | 2025.02.28 |
---|---|
call by value와 call by reference (0) | 2024.11.18 |
starUML column 안보이는 경우 (0) | 2023.10.31 |
멀티쓰레드 (0) | 2023.08.26 |
intellij 단축키 (0) | 2023.07.25 |