Skip to content

Commit 15ca1a7

Browse files
committed
doc: detailed steps of syncing fork
1 parent 22a9521 commit 15ca1a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lab3/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ In this lab, you will write unit tests for functions implemented in `main.js`. Y
77
## Preparation (Important!!!)
88

99
1. Sync fork your branch (e.g., `SQLab:311XXXXXX`)
10-
2. `git checkout -b lab3` (**NOT** your student ID !!!)
10+
2. `git checkout 311XXXXXX`
11+
3. `git pull`
12+
4. `git checkout -b lab3` (**NOT** your student ID !!!)
1113

1214
## Requirement
1315

0 commit comments

Comments
 (0)