diff --git a/levels/push_branch.rb b/levels/push_branch.rb index 0a5ac8e..bff9bdb 100644 --- a/levels/push_branch.rb +++ b/levels/push_branch.rb @@ -14,6 +14,7 @@ FileUtils.touch "file1" repo.add "file1" repo.commit_all "committed changes on master" + system "git branch -m master" # copy the repo to remote FileUtils.cp_r ".", tmpdir