Skip to content

Commit

Permalink
refer to earlier lessons
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Mar 13, 2024
1 parent eb1a6ae commit 0c818c3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
9 changes: 6 additions & 3 deletions content/code-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ We will add more details and screenshots before the course.

:::{exercise} Exercise: Practicing code review (25 min)

**Technical requirements**:
- If you create the commits locally: [Being able to authenticate to GitHub](https://coderefinery.github.io/installation/ssh/)

**What is familiar** from the previous workshop days:
- Creating a branch.
- Committing a change on the new branch.
- Opening and merging pull requests.
- Creating a branch ([previous lesson](https://coderefinery.github.io/git-intro/commits/))
- Committing a change on the new branch ([previous lesson](https://coderefinery.github.io/git-intro/commits/))
- Opening and merging pull requests ([previous lesson](https://coderefinery.github.io/git-intro/merging/))

**What will be new** in this exercise:
- As a reviewer, we will learn how to ask for changes in a pull request.
Expand Down
11 changes: 7 additions & 4 deletions content/forking-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ We will add more details and screenshots before the course.

:::{exercise} Exercise: Collaborating within the same repository (25 min)

**Technical requirements**:
- If you create the commits locally: [Being able to authenticate to GitHub](https://coderefinery.github.io/installation/ssh/)

**What is familiar** from the previous workshop days:
- Forking a repository.
- Creating a branch.
- Committing a change on the new branch.
- Opening and merging pull requests.
- Forking a repository ([previous lesson](https://coderefinery.github.io/git-intro/browsing/))
- Creating a branch ([previous lesson](https://coderefinery.github.io/git-intro/commits/))
- Committing a change on the new branch ([previous lesson](https://coderefinery.github.io/git-intro/commits/))
- Opening and merging pull requests ([previous lesson](https://coderefinery.github.io/git-intro/merging/))

**What will be new** in this exercise:
- Opening a pull request towards the upstream repository.
Expand Down
11 changes: 7 additions & 4 deletions content/same-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ We will add more details and screenshots before the course.

:::{exercise} Exercise: Collaborating within the same repository (25 min)

**Technical requirements**:
- If you create the commits locally: [Being able to authenticate to GitHub](https://coderefinery.github.io/installation/ssh/)

**What is familiar** from the previous workshop days:
- Cloning a repository.
- Creating a branch.
- Committing a change on the new branch.
- Submit a pull request towards the main branch.
- Cloning a repository ([previous lesson](https://coderefinery.github.io/git-intro/local-workflow/))
- Creating a branch ([previous lesson](https://coderefinery.github.io/git-intro/commits/))
- Committing a change on the new branch ([previous lesson](https://coderefinery.github.io/git-intro/commits/))
- Submit a pull request towards the main branch ([previous lesson](https://coderefinery.github.io/git-intro/merging/))

**What will be new** in this exercise:
- If you create the changes locally, you will need to **push** them to the remote repository.
Expand Down

0 comments on commit 0c818c3

Please sign in to comment.