반응형
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 |
Tags
- pm2 버전 충돌
- vue 컴포저블 함수
- vue draggable 차트 안나옴
- firebase id 자동
- in-memory pm2 is out-of-date
- nuxt universal rendering
- ToDo
- 인터넷 거버넌스
- $fetch
- d3 지도 툴팁
- 화살표 함수 {}
- cloud firestore id auto increment
- d3 지도 확대/축소
- ecmascript modules(esm)
- 참조형 props의 default
- Learning React
- 화살표 함수 중괄호
- pm2 업데이트 에러
- repaint
- reflow
- vuedraggable
- commonjs와 ecmascript modules(esm)
- 참조형 default
- component is already mounted please use $fetch instead.
- vue3 drag and drop
- d3 지도 타입스크립트
- vue composable 함수
- d3 지도
- 함수형 프로그래밍
- git
Archives
- Today
- Total
목록Git 작업흐름 (1)
빵 입니다.

Working directory => Index (Stage) => Local repository => Remote repository (HEAD) add Working directory ===> Index (Stage) commit Index (Stage) ===> Local repository push Local repository ===> Remote repository (HEAD) 1. add 원격 저장소에 최종적으로 반영할 소스들을 선별해두는 가상의 공간 파일을 Stage에 추가 (add) Working directory ===> Index (Stage) $ git add $ git add * ===> 이후 “staging 상태” 라고 한다. 2. commit 저장소에 변경 사항 기록 stagi..
Git
2022. 7. 22. 14:00