[Levels] Resolves #373

This commit is contained in:
Peter Cottle 2016-04-27 22:36:42 +08:00
parent 5e2b987867
commit 755478ef0b

View file

@ -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!" "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": [ "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", "command": "git rebase -i HEAD~4 --aboveAll",
"beforeCommand": "git commit; git commit; git commit; git commit" "beforeCommand": "git commit; git commit; git commit; git commit"