
Git 최초 설정 및 프로젝트 관리

.gitignore,git add, git commit

Reset, Revert

Branch 생성/삭제 및 merge, rebase 해보기

Branch 간 충돌 해결하기

GibHub 초기 설정 및 원격 저장소 사용

Push & Pull

원격 브랜치 다루기

snapshot, 분산 버전 관리, git의 3가지 공간

Git 심화개념(HEAD, fetch VS pull)

Git 잘 활용 하기(git help, config)

hunk, hash, 커밋 삭제 및 통합

clean, restore,reflog

Tag 및 release

merge 전략, rebase --onto, merge squash, gitflow

log,diff,blame,bisect

Hooks, Submodules

README, pull request, issue, blog

SSH,GPG,Github Actions