Skip to content

Commit

Permalink
fix(cherry-pick.rb): explicitly run branch master
Browse files Browse the repository at this point in the history
Signed-off-by: Norwid Behrnd <[email protected]>
  • Loading branch information
nbehrnd committed Apr 21, 2024
1 parent 9df68f0 commit acf3611
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions levels/cherry-pick.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acf3611

Please sign in to comment.