diff --git a/levels/tag.rb b/levels/tag.rb index ad614a1..139340c 100644 --- a/levels/tag.rb +++ b/levels/tag.rb @@ -7,6 +7,7 @@ FileUtils.touch("somefile.txt") repo.add("somefile.txt") repo.commit_all("Added some file to the repo") + system "git branch -m master" end solution do