1209 TIL

looggi·2022년 12월 9일
2

스파르타 내배캠 AI-3

목록 보기
90/130
post-thumbnail

🪨 Stone Coffee 프로젝트 9 일차

❌ refusing to merge unrelated histories
➜ 로컬 저장소와 원격지의 저장소의 기록(History)을 비교했을 때 소스코드의 차이가 심한 저장소의 경우, 병합 오류가 날 것을 대비하여 오류 메시지를 띄우는 것
--allow-unrelated-histories 옵션을 붙여서 pull을 진행

🐻 A 브랜치로 B브랜치를 머지할 때

  • git checkout A ➜ git merge B

➜ PR merge할때도 main으로 PR브랜치를 머지하는데 main브랜치가 override? 되는 방식으로 합쳐지는 것 같다
➜ merge 취소: git merge --abort

🐻 가로세로 비율은 유지하면서 꽉 차도록 설정

  • 컨테이너: object-fit:cover
  • 배경이미지: background-size: cover

🐻 use "git add/rm <file>..." as appropriate to mark resolution) deleted by them: comment.html deleted by them: js/comment.js
A브랜치에서 삭제한 파일이 B브랜치에서 남아있고(충돌이 난 상황), 그 파일을 삭제하거나 유지시킬 때 따로 resolve할 건 없고 해당 파일을 위 명령어처럼 애드/리무브하면 된다

profile
looooggi

0개의 댓글