diff --git a/levels/delete_branch.rb b/levels/delete_branch.rb index 8f579ad..9c9bb68 100644 --- a/levels/delete_branch.rb +++ b/levels/delete_branch.rb @@ -3,7 +3,8 @@ description "You have created too many branches for your project. There is an old branch in your repo called 'delete_me', you should delete it." setup do - init_from_level + init_from_level + system "git branch -m master" end solution do @@ -12,4 +13,4 @@ hint do puts "Running 'git --help branch' will give you a list of branch commands." -end \ No newline at end of file +end