From 9f03bbc686d1cf8dfa36411817bafa7991cd1d0f Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Thu, 28 Apr 2016 08:22:48 +0800 Subject: [PATCH] Revert "[Levels] Resolves #373" This reverts commit 755478ef0b61b0db39d0a1f83cd3111b674e1f0d. --- src/levels/rampup/interactiveRebase.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/levels/rampup/interactiveRebase.js b/src/levels/rampup/interactiveRebase.js index 3cc72cbf..bb70e488 100644 --- a/src/levels/rampup/interactiveRebase.js +++ b/src/levels/rampup/interactiveRebase.js @@ -82,9 +82,7 @@ "When you hit the button, an interactive rebase window will appear. Reorder some commits around (or feel free to unpick some) and see the result!" ], "afterMarkdowns": [ - "Boom! Git copied down commits in the exact same way you specified through the UI", - "", - "*PS: Don't worry about the `aboveAll` option, it's a custom flag just for this app*" + "Boom! Git copied down commits in the exact same way you specified through the UI" ], "command": "git rebase -i HEAD~4 --aboveAll", "beforeCommand": "git commit; git commit; git commit; git commit"