Revert "[Levels] Resolves #373"

This reverts commit 755478ef0b.
This commit is contained in:
Peter Cottle 2016-04-28 08:22:48 +08:00
parent 755478ef0b
commit 9f03bbc686

View file

@ -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"