| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 |
- 티스토리 성능
- adb connect
- Each child in a list should have a unique "key" prop.
- react-native
- nextjs
- camera access
- silent printing
- vercel git lfs
- Recoil
- github lfs
- github pdf
- ELECTRON
- device in use
- rolldown
- github 100mb
- electron-packager
- html
- adb pair
- augmentedDevice
- ffi-napi
- Failed to compiled
- npm package
- react-native-dotenv
- Can't resolve
- 이미지 데이터 타입
- animation
- camera permission
- dvh
- Git
- custom printing
- Today
- Total
목록2023/06/18 (3)
Bleeding edge
서론 개발자들이 협업을 하다보면 git conflict를 만나게 된다. 물론 정말 완벽한 순서대로 개발을 하면 문제가 안생길 수도 있지만 항상 완벽한 상황에서 개발을 할 수 있는 것이 아니기 때문에 이 글을 쓰게되었다. Rebase and merge를 사용하는 이유 Pull request를 받는데는 merge, sqush and merge, rebase and merge 세 가지 방법이 있다. 이 방법을 설명하기이 앞서 우선 conflict이 발생하기 위한 상황을 미리 가정해보자. 현재 git log 상황이 다음과 같다고 가정하자. merge는 F1, F2, M1, M2의 과정을 다시 합쳐주는 commit을 만들어준다. sqush and merge는 f1, f2에 대한 과정을 모두 없애고 suqush m..
https://korband.tistory.com/33 [#git] 여러 커밋(commit) 하나로 합치기 의식의 흐름(?)으로 개발을 하다보면 똑같은 커밋 메세지 또는 대충 쓴 커밋 메세지로 푸시하는 경우가 많다. 이런 경우 커밋 메세지를 하나로 합치거나 수정할 수 있으니 정신이 맑은 날에 한번 korband.tistory.com
에러 이미지 : 요약 : yarn.lock 에 문제가 생겼다. 해결 : package.json의 dependeny 관련 캐럿(^)들을 정리해주고, yarn install로 정리하자 참조 글 : https://stackoverflow.com/questions/63801444/error-your-lockfile-needs-to-be-updated-but-yarn-was-run-with-frozen-lockfil