diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c60d4a724ec2..18d10bde921f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -93,7 +93,18 @@ git push #### Cherry-pick PRs to release branches -Once you fork the project, you will notice that there are a number of branches related to Kyverno's releases such as release-1.7. You can view the list of remote branches by using the command below: +Add repository as remote + +```sh +git remote add https://github.com/kyverno/kyverno +``` +Then fetch the branches of remote: + +```sh +git fetch +``` + + You will notice that there are a number of branches related to Kyverno's releases such as release-1.7. You can always view the list of remote branches by using the command below: ```sh $ git branch -r @@ -133,4 +144,4 @@ git commit -s -m 'This is my commit message' ## Release Processes -Review the Kyverno release process at: https://kyverno.io/docs/releases/ \ No newline at end of file +Review the Kyverno release process at: https://kyverno.io/docs/releases/