1. 커밋 생성 및 조회1.1 커밋 생성1) git commit : 에디터를 통해 메세지 입력 및 커밋2) git commit -m "메세지" : 입력한 메세지를 통해 바로 커밋3) git commit -am "메세지" : git commit -a (Untracked 제외) + git commit -m "메세지"1.2 커밋 조회1) git log : 커밋 메세지 기반 조회2) git show : 커밋 메세지 + 상세 수정 내용 조회3) git reflog : 이전의 작업했던 커밋이나 브랜치를 상세 보여주기(백업할 때, 주 사용)2. 커밋 수정2.1 커밋 지정 방식절대 커밋 지칭(Hash)상대 커밋 지칭(HEAD~/^/@n)HEAD~n : Tilde, n 번째 조상 지칭(수직 구조)HEAD^n : Car..
1. 브랜치 관리1.1 브랜치 연결처음에 디렉토리 생성 후, remote repository와 local repository를 연결해야 한다.만약 연결없이 git 사용 시, fatal: not a git repository (or any of the parent directories): .git 를 보게 된다....1) git init - .git 생성 및 추적 시작2) git remote add origin git@github.com:/.git - local에 remote 추가3) git branch -M main - 기본 브랜치명 master -> main4) 연결할 파일 생성 후 git add 5) git commit -m "connect git remote repository" 6) git ..
- Total
- Today
- Yesterday
- ssh
- asac#asac7기
- useState
- acas#acas7기
- asac7기
- useCallback
- useContext
- useEffect
- useRef
- useMemo
- react
- asac7#asac
- Nginx
- git
- asac7
- ASAC
- useLayoutEffect
- useReducer
- memo
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |