I-resource, overview and mindset
- Docs: https://git-scm.com/docs
- Tutorial
- book: Git
- CÁC KHÁI NIỆM TRONG GIT VÀ SOURCE CONTROL
- CVS : Concurrent Versions System
- VCS: Version control system
II-Học từ sách
1-mindset and definition
- sự khác biệt trong concept tạo ra git và các VCS khác


- git config
- Git comes with a tool called
git config that lets you get and set configuration variables that control all aspects of how Git looks and operates. These variables can be stored in three different places: con fig for system > user > repo
- Git - First-Time Git Setup
- git bash: Git Bash là một ứng dụng trên Windows cung cấp môi trường dòng lệnh để làm việc với Git. Nó mô phỏng giao diện và cú pháp của Unix/Linux shell (Bash), giúp lập trình viên sử dụng các lệnh Git và nhiều lệnh cơ bản của Linux ngay trên Windows.
- Untracked basically means that Git sees a file you didn’t have in the previous snapshot (commit) and which hasn’t yet been staged
2-Basic process, your working directory (repo) and git directory ( server repo )
- process thường thấy của 1 coder trong dự án

