From 9cc53a85b96e885da17c7620867b7699592e91e7 Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Wed, 17 Apr 2024 21:31:32 +0200 Subject: [PATCH] fix(include.rb): explicitly define branch as master Signed-off-by: Norwid Behrnd --- levels/include.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/levels/include.rb b/levels/include.rb index 42813ac..7b333be 100644 --- a/levels/include.rb +++ b/levels/include.rb @@ -6,6 +6,7 @@ FileUtils.touch("first.a") FileUtils.touch("second.a") FileUtils.touch("lib.a") + system "git branch -m master" file = File.open(".git/config", "w") do |file| file.puts "[core]\nexcludesfile=" end