diff --git a/levels/remote_url.rb b/levels/remote_url.rb index 128c792..43327ec 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