From 2544b01546d00165cd7f7059b965be85e1e15006 Mon Sep 17 00:00:00 2001 From: elstamey Date: Thu, 2 Nov 2017 04:36:24 -0400 Subject: [PATCH] revised the language of the prompt for push level (#236) --- levels/push.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/levels/push.rb b/levels/push.rb index b9f84279..af92120d 100644 --- a/levels/push.rb +++ b/levels/push.rb @@ -1,6 +1,6 @@ difficulty 3 description "Your local master branch has diverged from " + - "the remote origin/master branch. Rebase your commit onto " + + "the remote origin/master branch. Rebase your branch onto " + "origin/master and push it to remote." setup do