git push 거부 non-fast-forward 'remote contains work' 해결법
git push 시 non-fast-forward와 'remote contains work' 거부 에러를 원인별 분류표로 진단하고, pull --rebase와 force-with-lease로 데이터 손실 없이 해결하는 법, reflog 복구까지 정리했습니다.
6월 25일5분 읽기
git rebase 충돌(CONFLICT) 해결법: continue·abort·skip 차이
git rebase 도중 CONFLICT로 'rebase in progress'에 멈췄을 때 해결법. git status 판독부터 충돌 마커 해소, --continue·--abort·--skip 차이까지 복붙 명령으로 안전하게 정리합니다.
6월 14일6분 읽기