Skip to content

Commit

Permalink
fix(merge_squash.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 9958594 commit 6eb67dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions levels/merge_squash.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
FileUtils.touch "file1"
repo.add "file1"
repo.commit_all "First commit"
system "git branch -m master"

repo.git.native :checkout, {"b" => true}, 'long-feature-branch'
File.open("file3", 'w') { |f| f << "some feature\n" }
Expand Down

0 comments on commit 6eb67dc

Please sign in to comment.