반응형
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
- useEffect
- reactnative
- mongoDB
- tabBarStyle
- 리액트 쿼리
- useState
- Drawer
- gitpages
- useCallback
- ReactQuery
- 갤럭시 스킨
- bottom tabBar
- oh-my-zsh
- useRef
- react
- redux/toolkit
- Hook 함수
- 이미지 배경 지우기
- useMemo
- Stack
- react native
- 에뮬레이터 스킨
- rembg
- iTerm2
- 포트폴리오 사이트
- 리액트네이티브
- bottom tabs
- MonGo
- nodejs
- listeners
Archives
- Today
- Total
목록git (1)
프론트엔드 개발자의 개발 놀이터
Git 명령어 정리
git 저장소 초기화 (loacl storage에 git 폴더 생성) git init git 상태 확인 git status 변경사항 확인 git diff 변경된 파일명의 내용을 추가 git add 파일명 변경된 내용 모두 추가 git add . 추가된 모든 내용들을 untracked 상태로 변경 git rm --cached * commit(메모)과 함께 변경내용을 확정 git commit -m '메모' 입력된 이름과 주소로 원격 저장소를 추가 (초기 상태의 원격 저장소 별칭은 origin) git remote add 이름 주소 git remote add origin https://github.com... 원격저장소 삭제 git remote remove 이름 git remote remove origin 원..
git
2024. 2. 2. 11:30