From 755478ef0b61b0db39d0a1f83cd3111b674e1f0d Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Wed, 27 Apr 2016 22:36:42 +0800 Subject: [PATCH] [Levels] Resolves #373 --- src/levels/rampup/interactiveRebase.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/levels/rampup/interactiveRebase.js b/src/levels/rampup/interactiveRebase.js index bb70e488..3cc72cbf 100644 --- a/src/levels/rampup/interactiveRebase.js +++ b/src/levels/rampup/interactiveRebase.js @@ -82,7 +82,9 @@ "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" + "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*" ], "command": "git rebase -i HEAD~4 --aboveAll", "beforeCommand": "git commit; git commit; git commit; git commit"