Skip to content

Commit b97774c

Browse files
committed
notes 928
1 parent 453cd4d commit b97774c

File tree

5 files changed

+663
-0
lines changed

5 files changed

+663
-0
lines changed

_practice/2022-09-28.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
1. <i class="fa-solid fa-star"></i> Read about different workflows in git and add responses to the below in a `workflows.md` in your kwl repo. Two good places to read from are [Git Book](https://git-scm.com/book/en/v2/Distributed-Git-Distributed-Workflows#ch05-distributed-git) and the [atlassian Docs](https://www.atlassian.com/git/tutorials/comparing-workflows)
3+
1. Contribute either a glossary term, cheatsheet item, or additional resource/reference to your group repo.
4+
1. Complete one peer review of a team mate's contribution
5+
6+
7+
8+
```
9+
## Workflow Reflection
10+
11+
1. What advantages might it provide that git can be used with different workflows?
12+
1. Which workflow do you think you would like to work with best and why?
13+
1. Describe a scenario that might make it better for the whole team to use a workflow other than the one you prefer.
14+
```

_prepare/2022-09-28.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
1. Try exploring your a repo manually and bring more questions
2+
1. Make sure that you have a grading contract that has been reviewed at least once

_review/2022-09-28.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
1. Practice with git log and redirects to write the commit history of your main branch for your kwl chart to a file `gitlog.txt` and commit that file to your kwl repo.
2+
1. Review the notes
3+
1. Update your kwl chart with what you have learned or new questions

_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ parts:
2222
- file: notes/2022-09-19
2323
- file: notes/2022-09-21
2424
- file: notes/2022-09-26
25+
- file: notes/2022-09-28
2526
- caption: Activities
2627
chapters:
2728
- file: activities/kwl

0 commit comments

Comments
 (0)