Skip to content

Commit d06f5ee

Browse files
committed
update segment guide
1 parent a09ecf0 commit d06f5ee

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

mentoring/programs/contributor-workshop/guides/updating-segment.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,19 @@ This guide covers how to update segments in the Contributor Workshop.
1616

1717
### Fork & Clone the ``contributor-site``
1818

19-
Create a fork of the [``contributor-site``](https://github.com/kubernetes/contributor-site/tree/workshop) repo.
19+
Create a fork of the [``contributor-site``](https://github.com/kubernetes/contributor-site) repo.
2020

2121
Clone your fork locally
2222

2323
### Checkout a branch off the workshop branch for your changes
2424

2525
```bash
26+
git remote add upstream [email protected]:kubernetes/contributor-site.git
27+
git remote set-url --push upstream no_push
28+
git fetch upstream
2629
git checkout workshop
27-
28-
git checkout -b my-changes
30+
git rebase upstream/workshop
31+
git checkout <your feature branch>
2932
```
3033

3134
### Run the site locally with your changes

0 commit comments

Comments
 (0)