Skip to content

Commit

Permalink
activities and notes
Browse files Browse the repository at this point in the history
  • Loading branch information
brownsarahm committed Sep 20, 2024
1 parent 0901f30 commit 9257068
Show file tree
Hide file tree
Showing 7 changed files with 789 additions and 160 deletions.
10 changes: 10 additions & 0 deletions _practice/2024-09-19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
1. Update your KWL chart with any learned items.
2. Get set up so that you can contribute to the course website repo from your local system. Note: you can pull from the `compsys-progtools/fall2024` repo, but you do not not have push permission, so there is more to do than clone. Append the commands used and the contents of your `fll2024/.git/config`to a {index}`git-remote-practice.md`. Then, using a text editor (or IDE), wrap each log with three backticks to make them [fenced code blocks](https://www.markdownguide.org/extended-syntax/#fenced-code-blocks) and add headings to the sections.
3. [learn about options for how git can display commit history](https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History). Try out a few different options. Choose two, write them both to a file (from the command line, not copy&paste), {index}`gitlog-compare.md`. Then, using a text editor (or IDE), wrap each log with three backticks to make them [fenced code blocks](https://www.markdownguide.org/extended-syntax/#fenced-code-blocks) and then add text to the file describing a use case where that format in particular would be helpful.
4.
<detail>
<summary> Hint for working offline</summary>

Read about [forks](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks) and working with
[remotes](https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories#adding-a-remote-repository).
</detail>
2 changes: 2 additions & 0 deletions _prepare/2024-09-24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1. Bring git questions or scenarios you want to be able to solve to class on Thursday (in your mind or comment here if that helps you remember)
2. Try read and understand the workflow files in your KWL repo, the goal is not to be sure you understand *every* step, but to get an idea about the big picture ideas and just enough to complete the following. Try to modify files, on a prepare branch, so that your name is already filled in and `VioletVex` is already requested as a reviewer when your experience badge (inclass) action runs. We will give the answer in class, but especially **do not do this step on the main branch** it could break your action. Hints: Look for bash commands that we have seen before and `cp` copies a file.
2 changes: 2 additions & 0 deletions _review/2024-09-19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1. Update your KWL chart with the new items and any learned items.
2. Clone the course website. Append the commands used and the contents of your `fall2024/.git/config`to a {index}`terminal_review.md` (hint: history outputs recent commands and redirects can work with any command, not only echo). Edit the README.md, commit, and try to push the changes. Describe what the error means and which [GitHub Collaboration Feature](https://docs.github.com/en#:~:text=Collaborative%20coding,GitHub%20Copilothttps://docs.github.com/en#:~:text=Collaborative%20coding,GitHub%20Copilot) you think would enable you to push? (answer in the `terminal_review.md`)
7 changes: 7 additions & 0 deletions activities/practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,11 @@ Activities:

Activities:
```{include} ../_practice/2024-09-17.md
```
## 2024-09-19

[related notes](../notes/2024-09-19)

Activities:
```{include} ../_practice/2024-09-19.md
```
8 changes: 8 additions & 0 deletions activities/prepare.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,18 @@ Activities:
Activities:
```{include} ../_prepare/2024-09-17.md
```
(prepare2024-09-19)=
## 2024-09-19

[related notes](../notes/2024-09-19)

Activities:
```{include} ../_prepare/2024-09-19.md
```
## 2024-09-24

[related notes](../notes/2024-09-24)

Activities:
```{include} ../_prepare/2024-09-24.md
```
7 changes: 7 additions & 0 deletions activities/review.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,11 @@ Activities:

Activities:
```{include} ../_review/2024-09-17.md
```
## 2024-09-19

[related notes](../notes/2024-09-19)

Activities:
```{include} ../_review/2024-09-19.md
```
Loading

0 comments on commit 9257068

Please sign in to comment.