From acf36119010f00246405d6d19cae1b85fe2cce08 Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Sun, 21 Apr 2024 18:35:42 +0200 Subject: [PATCH] fix(cherry-pick.rb): explicitly run branch master Signed-off-by: Norwid Behrnd --- levels/cherry-pick.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/levels/cherry-pick.rb b/levels/cherry-pick.rb index 96acc4e..1916633 100644 --- a/levels/cherry-pick.rb +++ b/levels/cherry-pick.rb @@ -2,8 +2,9 @@ description "Your new feature isn't worth the time and you're going to delete it. But it has one commit that fills in `README` file, and you want this commit to be on the master as well." setup do - init_from_level - `git stash` # fix for README.md being in githug root an the level + init_from_level + `git stash` # fix for README.md being in githug root an the level + system "git branch -m master" end solution do