Refer to the “default” rather than “master” branch
Get ready for a switch to "main"
This commit is contained in:
@@ -91,7 +91,7 @@ will be different in your situation.
|
|||||||
|
|
||||||
Here's an example of editing a comment in the Kubernetes source code.
|
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:
|
and make sure it is up to date:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
@@ -100,7 +100,7 @@ git checkout master
|
|||||||
git pull https://github.com/kubernetes/kubernetes 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)
|
[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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user