-
[git] git 목차컴퓨터/목차 모음 2020. 9. 4. 16:03728x90반응형
* 회사에서 git 사용 : ksj12172.tistory.com/1068
* Mac : iTerm2, window : cmder(git 내장)
* git 설치 확인 : git --version
* git이란( distributed VCS, stream of snapshots) : ksj12172.tistory.com/1040
* git cheat sheet : ksj12172.tistory.com/1041
* fast-forward merge: ksj12172.tistory.com/1042
* Three-way merges : ksj12172.tistory.com/1043
* conflict 해결 방법 : ksj12172.tistory.com/1046
* rebase, rebase --onto : ksj12172.tistory.com/1044
* git cherry-pick 해시코드 : ksj12172.tistory.com/1045
* reset : git reset --hard HEAD^ (커밋 잘못 했을 때?)
* vscode가 username, password 계속 물어볼 때 :git config --global credential.helper store
* yarn으로 설치시 에러날 때 : yarn cache clean
* git 초기화/삭제하기 : https://ksj12172.tistory.com/702
* git 설정(config) : ksj12172.tistory.com/915
* git 공부 포인트 : git은 git + 명령어( add, commit ) + 옵션
=> 자주 쓰이는 명령어와 옵션 공부해야
=> 옵션 무엇이 있는지 보려면
git config --h
git documentation : git-scm.com/docs
git master 강의 : academy.dream-coding.com/courses/git
* git 명령어 단축키 : ksj12172.tistory.com/917
* git 중요 컨셉 (workflow)
* git add
* gitignore
* git status
* 파일 비교 diff
* 첫 번째 커밋 git commit
* commit tip
* git config : ksj12172.tistory.com/784
* permission denied : ksj12172.tistory.com/763
git remote -v : 연결된 repository 확인 가능
* HEAD : ksj12172.tistory.com/882
* 충돌시
======를 기점으로
위에 있는 <<<<<HEAD까지는 remote측에 push된 수정사항(내가 pull받지 않은)
아래에 있는 >>>>> (내 소스 코드)까지는 나의 수정사항
* 무슨 뜻인지 모르겠는 명령어 : ksj12172.tistory.com/881
[ 개발시 알아야 하는 명령어 ]
* git 기본 명령어 : https://ksj12172.tistory.com/701
* git rebase하고 Merge Request / Merge : ksj12172.tistory.com/1037
* git merge, git rebase : ksj12172.tistory.com/854
* teespace 작업할 때 git 주의사항 : ksj12172.tistory.com/930
반응형'컴퓨터 > 목차 모음' 카테고리의 다른 글
소프트웨어, 컴퓨터 개념 목차 (0) 2020.11.06 [ web ] web 목차 (0) 2020.10.05 HTML/CSS 목차 (0) 2020.09.07 [javascript] 웹개발, frontend, JavaScript 목차 (0) 2020.09.05 [react] react 목차 (0) 2020.09.04