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
2 changes: 2 additions & 0 deletions _practice/2022-10-03.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1. Create an issue on your group repo for a new vocab term or cheatsheet item from your terminal, check that there is not an exisiting issue first. Write the history from this activity to `offlineissue.md` in your kwl repo.
1. If you plan to do projects. Create [milestones](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests) for the intermediate deadlines (proposal 1, proposal 2, project 1, project 2 with deadlines)
2 changes: 2 additions & 0 deletions _prepare/2022-10-03.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1. In a `gitunderstanding.md` list 3-5 items from the following categories (1) things you have had trouble with in git in the past and how they relate to your new understanding (b) things that your understanding has changed based on today's class (c) things about git you still have questions about
1. Follow up on your grading contract as needed
3 changes: 3 additions & 0 deletions _review/2022-10-03.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
1. Fix any open PRs you have that need to have a commit moved to a different branch, etc.
1. In your github in class repo, create a series of commits that tell as story of how you might have made a mistake and fixed it. Use git log and redirects to write that log to a file in your KWL repo and then annotate your story.
1. Create tracking issues for last week's activities and link them to PRs for any activities you have already completed.
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ parts:
- file: notes/2022-09-21
- file: notes/2022-09-26
- file: notes/2022-09-28
- file: notes/2022-10-03
- caption: Activities
chapters:
- file: activities/kwl
Expand Down
Loading