diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-12-19 05:49:57 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-19 05:49:57 -0800 |
| commit | 1ef40c616a91f11b946038f8db3e1d4d1e902a19 (patch) | |
| tree | 6cfacce308fa66853728c0c8c42c003ddde0a541 /contributors | |
| parent | 8c797535d52e6db7a96f9787ec29a3d91a022e4f (diff) | |
| parent | 7ff65be38c3858f0394f4cb3ae8b71685dbc4ec1 (diff) | |
Merge pull request #4335 from vishakhanihore/pr
Improving the PR Template and Contributor-Cheatsheet
Diffstat (limited to 'contributors')
| -rw-r--r-- | contributors/guide/contributor-cheatsheet/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contributors/guide/contributor-cheatsheet/README.md b/contributors/guide/contributor-cheatsheet/README.md index b44e7a9b..ef99925b 100644 --- a/contributors/guide/contributor-cheatsheet/README.md +++ b/contributors/guide/contributor-cheatsheet/README.md @@ -332,12 +332,13 @@ remotes. #### Keeping Your Fork in Sync Fetch all the changes from `upstream` and _"rebase"_ them on your local `master` -branch. This will sync your local repo with the `upstream` project. +branch. This will sync your local repo with the `upstream` project. Push the local changes to your `remote master`. ``` git fetch upstream git checkout master git rebase upstream/master +git push ``` You should do this minimally before creating a new branch to work on your @@ -403,4 +404,4 @@ the other contributors assigned to review and approve your PR. [Security and Disclosure Information]: https://kubernetes.io/docs/reference/issues-security/security/ [approve]: https://prow.k8s.io/command-help#approve [GitHub Administration Team]: /github-management#github-administration-team -[Kubernetes Patch Release]: https://github.com/kubernetes/sig-release/blob/master/releases/patch-releases.md
\ No newline at end of file +[Kubernetes Patch Release]: https://github.com/kubernetes/sig-release/blob/master/releases/patch-releases.md |
