Change base repo update to use a single line

This commit is contained in:
Xianglong Wang 2019-12-17 13:35:16 -06:00 committed by GitHub
parent f966677563
commit e16f98e766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,9 +84,6 @@ If you write a new end to end (e2e) test, or change behaviors that affect e2e te
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:
```bash
$ cd kubernetes/base
$ git fetch origin
$ git checkout origin/master # assuming your change has been merged into the latest python-base MASTER
$ cd ../..
$ git submodule update --remote
```
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.