Lec 01

Tips

TP/IP

  1. In the TP/IP, the version 2.0 should have almost all features, no magic in one week!

  2. Make everything work first!

General

1

Weekly topics: Things to do, things to learn

For example, the following is week 2's things to do and learn

2

Wait for the last enlightning moment

The course content may seem unorganized, but don't give up, wait for the last enlightning moment.

3

Use of the course website: Don't read everything

Don't study in advance. Study with the schedule! Make sure you are a mster of this week's content!

4

Forum

The Forum for this course is the Github Issue!

5

Weekly work cycle

It is highly recommended to follow the following weekly work cycle.

Technical Content

RCS

RCS stands for Rivistion Control System. The RCS we use in this course is Git.

1

Basic Git Workflow

  1. git add untracked/modified files

  2. files will go into a staging area (kind of a temporary area)

  3. git commit msg to store changes in your repo

Tips

2

Add a new line at the end of each file

If your repo is organized by Git, add a new line at the end of each file. This is nothing but to make Git happy. Otherwise, you will get CLRF warnings.

Last updated