Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _practice/2022-09-21.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1. Try creating a merge conflict and resolving it using your favorite IDE.
6 changes: 6 additions & 0 deletions _prepare/2022-09-21.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
1. Read through the Grading Contract README and sample contracts. Start drafting your contract. Bring questions to class on Monday.
1. Bring git questions or scenarios you want to be able to solve to class on Wednesday

```{warning}
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).
```
3 changes: 2 additions & 1 deletion _review/2022-09-19.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
1. Review past classes activities (eg via the activities section on the left) and catchup if appropriate


### Terminal File moving reflection


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

```markdown
### Terminal File moving reflection
1. Did this get easier toward the end?
1. Use the history to see which commands you used and how many times each, make a table below.
1. Did you have to look up how to do anything we had not done in class?
Expand Down
4 changes: 4 additions & 0 deletions _review/2022-09-21.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1. Read today's notes
1. Update your KWL chart with the new items and any learned items.
1. Update the title to any discussion threads you have created to be more descriptive
1. add `branches.md` to your KWL repo and describe how branches work and what things to watch out for in your own words.
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ parts:
- file: notes/2022-09-12
- file: notes/2022-09-14
- file: notes/2022-09-19
- file: notes/2022-09-21
- caption: Activities
chapters:
- file: activities/kwl
Expand Down
Loading