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 |
Tags
- camera access
- Recoil
- 이미지 데이터 타입
- ELECTRON
- react-native
- camera permission
- html
- animation
- ffi-napi
- rolldown
- 티스토리 성능
- dvh
- github lfs
- github pdf
- npm package
- silent printing
- adb pair
- electron-packager
- device in use
- Can't resolve
- Git
- custom printing
- adb connect
- Each child in a list should have a unique "key" prop.
- github 100mb
- Failed to compiled
- augmentedDevice
- vercel git lfs
- react-native-dotenv
- nextjs
Archives
- Today
- Total
목록2023/02/15 (1)
Bleeding edge
git push origin current-branch
고민하게 된 계기 git을 CLI를 이용하면서, push를 할 때마다 브랜치 이름을 입력하는 것이 너무 번거로웠다. 그래서 현재 브랜치에 push를 해야하는 경우에 간단하게 push하는 방법에 대한 것을 알아보았다. 어떤 방법을 사용할까? git push git push 뒤에 아무 브랜치 이름도 안넣는 경우 현재 branch로 push하게 하도록 옵션을 바꾸는 방법 extension vs code에 extension을 이용해서 해결하는 방법 cli 1와 같은 방법중에서 current의 브랜치를 직접 지정하는 방법 오늘 이 글에서는 이 방법중에서 1번 방법에 대해 알아보자 git push.default option nothing 명시적으로 Refspec이 제공되지 않는 한 어떤 것도 푸시하지 않습니다.(오..
Git & Github
2023. 2. 15. 22:33