From 285fdb9c1f7a206004ed727f743a50a509c05471 Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Wed, 17 Apr 2024 22:12:41 +0200 Subject: [PATCH] fix(remote_url.rb): explicitly use master branch Signed-off-by: Norwid Behrnd --- levels/remote_url.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/levels/remote_url.rb b/levels/remote_url.rb index 128c792c..43327ec7 100644 --- a/levels/remote_url.rb +++ b/levels/remote_url.rb @@ -6,6 +6,7 @@ repo.init repo.remote_add("my_remote_repo", "https://github.com/Gazler/githug") repo.remote_add("remote_location", "https://github.com/githug/not_a_repo") + system "git branch -m master" end solution do