Skip to content
Open
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
10 changes: 9 additions & 1 deletion pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,15 @@ Commit your local changes in this `new-feature` branch:
```bash
git add score.yaml
git commit -m "Add Redis database"
```

Reply `y` to create a fork in your own GitHub account.

Then continue to push your change into the fork:

```
git push -u origin new-feature
gh repo set-default htc-workshop-kubecon-london/$(basename `git rev-parse --show-toplevel`)
```

Create a dedicated Pull Request in GitHub:
Expand All @@ -86,4 +94,4 @@ gh pr view --web

From there, let's highlight what happened, and what the associated GitHub Actions pipeline did.

[<< Previous: Set up your local environment](codespace.md) |
[<< Previous: Set up your local environment](codespace.md) |