Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e16f98e

Browse files
authored
Change base repo update to use a single line
1 parent f966677 commit e16f98e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ If you write a new end to end (e2e) test, or change behaviors that affect e2e te
8484

8585
Your contribution of the base repo will not be automatically reflected in the main repo after your PR is merged. Instead, please update the ```base``` submodule in your fork of the main repo as follows:
8686
```bash
87-
$ cd kubernetes/base
88-
$ git fetch origin
89-
$ git checkout origin/master # assuming your change has been merged into the latest python-base MASTER
90-
$ cd ../..
87+
$ git submodule update --remote
9188
```
9289
You may now add a release note to [CHANGELOG.md](CHANGELOG.md) if needed and then commit and push to your fork. You can now send a PR to this main repo to complete your contribution.

0 commit comments

Comments
 (0)