Refer to the “default” rather than “master” branch

Get ready for a switch to "main"
This commit is contained in:
Tim Bannister 2021-06-17 18:31:58 +01:00
parent 082116588c
commit 142177068b
1 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ will be different in your situation.
Here's an example of editing a comment in the Kubernetes source code.
In your local kubernetes/kubernetes repository, check out the master branch,
In your local kubernetes/kubernetes repository, check out the default branch,
and make sure it is up to date:
```shell
@ -100,7 +100,7 @@ git checkout master
git pull https://github.com/kubernetes/kubernetes master
```
Suppose this source file in the master branch has the typo "atmost":
Suppose this source file in that default branch has the typo "atmost":
[kubernetes/kubernetes/staging/src/k8s.io/api/apps/v1/types.go](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/api/apps/v1/types.go)