diff --git a/levels/push.rb b/levels/push.rb index af92120..b6ff105 100644 --- a/levels/push.rb +++ b/levels/push.rb @@ -28,6 +28,7 @@ FileUtils.touch "file3" repo.add "file3" repo.commit_all "Third commit" + system "git branch -m master" # remote repo Dir.chdir tmpdir @@ -39,6 +40,7 @@ FileUtils.touch "file4" repo.add "file4" repo.commit_all "Fourth commit" + system "git branch -m master" # tentative addition # change back to original repo to set up a remote Dir.chdir cwd