Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 31 |
Tags
- adb connect
- animation
- 티스토리 성능
- html
- Recoil
- Git
- dvh
- silent printing
- github pdf
- adb pair
- camera access
- react-native-dotenv
- 이미지 데이터 타입
- Each child in a list should have a unique "key" prop.
- ffi-napi
- Failed to compiled
- ELECTRON
- Can't resolve
- custom printing
- react-native
- github lfs
- vercel git lfs
- nextjs
- rolldown
- augmentedDevice
- github 100mb
- device in use
- camera permission
- electron-packager
- npm package
Archives
- Today
- Total
목록2022/08/03 (1)
Bleeding edge
2022/08/03 - TIL
오늘 공부한 것 Branch : 분기점을 생성하여 독립적으로 코드를 변경할 수 있도록 도와주는 모델 git branch git branch -r git branch -a git branch branch-name git branch : 현재 깃 브랜치보기 git branch branch-name : branch-name으로 깃이름 생성하기. 주의 깃이름은 띄어쓰기가 안된다 git checkout branch-name (과거에 사용하던 브랜치 이동방법) git switch branch-name (지금 브랜치 이동하는 방법) git switch branch-name : branch-name을 기준으로 branch를 이동한다 feat : Set doctype html, add html tag feat를 굳이 새..
ConnecTo
2022. 8. 3. 19:05