-
git command
-
terminal command
-
공식 사이트
Git - Reference
7: Git ?
- 버전 관리 시스템, VCS → Version Control
- Version control is software that tracks and manages changes to files over time.
- 이전 버전의 파일을 다시 볼 수 있게 해주고 버전들 간의, 파일들 간의 변화를 비교하거나, 변화를 되돌리고, 다른 작업자와 그 변화를 공유하는 데 도움.
8: Git 시각화
- Track changes across multiple files
- Compare versions of a project
- "Time travel" back to old versions
- Revert to a previous version
- Collaborate and share changes
- Combine changes