Skip to content

Commit

Permalink
fix(branch.rb): explicitly use 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 18, 2024
1 parent 7efd605 commit 605c2e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion levels/branch.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
difficulty 1
description "You want to work on a piece of code that has the potential to break things, create the branch test_code."
description "To work on a piece of code that has the potential to break things, create the branch test_code."

setup do
repo.init
FileUtils.touch("README")
repo.add "README"
repo.commit_all("Initial commit")
system "git branch -m master"
end

solution do
Expand Down

0 comments on commit 605c2e1

Please sign in to comment.