[오류] merge 충돌 rebase

옥수수의 코딩이야기·2023년 2월 12일
0

에러

목록 보기
10/18
post-thumbnail

문제 : git에서 충돌이 발생하고 conflict 수정 후 커밋 후 푸시할 때, push가 안되고 pull하라는 안내로 pull이 할 때, rebase 안내가 나옴
해결 방안
1. git pull --rebase
2. conflict 수정
3. git commit -am "수정"
4. git rebase --continue
5. git push origin (브랜치)

profile
프론트엔드 공부중 기억은 블로그가 대신합니다.

0개의 댓글