- 난이도: 입문 / 초중급 / 중급 이상
- 목적: 개념 이해 / 실습 / 협업
- 개념 중심 공식 레퍼런스
- 사이트: https://git-scm.com/book/ko/v2
- 단계별 CLI 명령 실습
- 사이트: https://try.github.io/
- GitHub 협업 기본 흐름 실습
- 사이트: https://docs.github.com/en/get-started/quickstart/hello-world
- 개념: Git 히스토리 시각화 + 브라우저 실습
- 내용: commit / branch / merge / rebase
- 사이트: https://learngitbranching.js.org/
- 게임형 실습, 실수 & 복구 체험
- 사이트: https://ohmygit.org/
- undo git 실행 취소 도구
- 사이트: https://bhupesh.me/undo-your-last-git-mistake-with-ugit/
- 상황별 Git 문제 해결 치트시트
- 사이트: https://dangitgit.com/
- Issue → PR → Review 실습
- 사이트: https://skills.github.com/
- Git Flow / rebase vs merge
- 사이트: https://www.atlassian.com/git/tutorials
- Learn Git Branching
- Git 공식 문서
- GitHub Hello World
- Oh My Git!
- Dangit, Git!?
- GitHub Skills
Git 학습은 명령어 → 히스토리 → 실수 복구 → 협업 순서로 진행한다.