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
- vue3
- localstorage
- 맥 #나스 #SMA
- javascript #컴파일 #인터프리터
- browserstorage
- react
- kubernetes
- javascript #localstorage #stringify #parse
- PersistentVolume
- nextjs
- vuejs
- sesstionstorage
- v-combobox
- 인터넷 #클라이언트 #서버 #포트 #ipadress #domainname
- MPA
- basepath
- JavaScript
- vuetify3
- OpenLayers
- vue #vue-router
- vworld
- Yarn
- 라우터 #NAT #포트 #포트포워딩 #유동고정아이피 #DHCP
- mixedcontent
- PersistentVolumeClaim
- MongoDB
- postman
- vuejs #pinia #vuetify3
- CKEditor4
- github action #tistory
Archives
- Today
- Total
목록GIT (1)
月亮
[git] 특정 커밋을 다른 브랜치에 병합하는 방법 How to Merge a Specific Commit into Another Branch 🤔
원래 메인 브랜치인 master 브랜치에 내가 deploy 브랜치에서 작성한 커밋 한 개를 추가 할 일이 생겼다. 1. github or gitlab or gittea에서 commit hash 확인하기! 복사! 2. commit을 받으려는 브랜치(나의 경우에는 master branch에서)에서 명령어 입력 git cherry-pick 커밋 해시 더보기 i wanna deploy branch in commit hash move to master branch. firstly, you are check in github or gitlab or gitrea in commit hash! and copy it! finaily, you write 명령어 . like that git cherry-pick [commit..
git,github,yarn
2023. 5. 28. 23:38