From 3d724d87db050ac68d8397c44162c90129d27c4d Mon Sep 17 00:00:00 2001 From: Guilhem Lettron Date: Wed, 29 Apr 2020 22:09:52 +0200 Subject: [PATCH] gitops: update create branch method --- slides/k8s/gitworkflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/k8s/gitworkflows.md b/slides/k8s/gitworkflows.md index a8bc318b..36b2c053 100644 --- a/slides/k8s/gitworkflows.md +++ b/slides/k8s/gitworkflows.md @@ -77,7 +77,7 @@ - Create a new branch in your fork; e.g. `prod` - (e.g. by adding a line in the README through the GitHub web UI) + (e.g. with "branch" dropdown through the GitHub web UI) - This is the branch that we are going to use for deployment