mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 16:44:26 +02:00
parent
755478ef0b
commit
9f03bbc686
1 changed files with 1 additions and 3 deletions
|
@ -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!"
|
"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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue