MATH1010-Univeristy Mathematics-2020/21
Tutorial Information
Teaching Assistant
- WANG Yizi
- Email: yzwang@math.cuhk.edu.hk
Time and Venue
- Thu 5:30-6:15pm, via Zoom
Tutorial Notes
Click here to access the notes in OneDrive if you cannot open the files directly.
- Tutorial on Sep. 17
- Tutorial on Sep. 24
- Tutorial on Oct. 08
- Tutorial on Oct. 15
- Tutorial on Oct. 22
- Tutorial on Oct. 29
- Tutorial on Nov. 12
- Tutorial on Nov. 19
- Tutorial on Nov. 26
- Tutorial on Dec. 03
Useful Links
Git Command Guide
Lesson 1
Initializing git project:
$ git init
Three parts of git workflow:
- Working Directory
- Staging Area
- Repository
Checking status of changes:
$ git status