Skip to content

Commit 6b30776

Browse files
authored
Merge pull request #3 from introcompsys/notes921
Notes921
2 parents ef380bf + 3f49f0e commit 6b30776

File tree

6 files changed

+545
-1
lines changed

6 files changed

+545
-1
lines changed

_practice/2022-09-21.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1. Try creating a merge conflict and resolving it using your favorite IDE.

_prepare/2022-09-21.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
1. Read through the Grading Contract README and sample contracts. Start drafting your contract. Bring questions to class on Monday.
2+
1. Bring git questions or scenarios you want to be able to solve to class on Wednesday
3+
4+
```{warning}
5+
the template contracts in the repo have an error in them; use the ones on the [course website](https://introcompsys.github.io/fall2022/syllabus/contract.html).
6+
```

_review/2022-09-19.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
1. Review past classes activities (eg via the activities section on the left) and catchup if appropriate
55

66

7-
### Terminal File moving reflection
7+
88

99
Start with a file explorer open, but then try to close it and use only command line tools to explore and make your choices
1010

1111
```markdown
12+
### Terminal File moving reflection
1213
1. Did this get easier toward the end?
1314
1. Use the history to see which commands you used and how many times each, make a table below.
1415
1. Did you have to look up how to do anything we had not done in class?

_review/2022-09-21.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
1. Read today's notes
2+
1. Update your KWL chart with the new items and any learned items.
3+
1. Update the title to any discussion threads you have created to be more descriptive
4+
1. add `branches.md` to your KWL repo and describe how branches work and what things to watch out for in your own words.

_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ parts:
2020
- file: notes/2022-09-12
2121
- file: notes/2022-09-14
2222
- file: notes/2022-09-19
23+
- file: notes/2022-09-21
2324
- caption: Activities
2425
chapters:
2526
- file: activities/kwl

0 commit comments

Comments
 (0)