Skip to content

Commit 0e9b0ac

Browse files
committed
Merge branch 'nl/rebase-i-cheat-sheet'
* nl/rebase-i-cheat-sheet: rebase -i: remind that the lines are top-to-bottom
2 parents 146fe8c + 8a93f95 commit 0e9b0ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

git-rebase--interactive.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,8 @@ cat >> "$todo" << EOF
846846
# f, fixup = like "squash", but discard this commit's log message
847847
# x, exec = run command (the rest of the line) using shell
848848
#
849+
# These lines can be re-ordered; they are executed from top to bottom.
850+
#
849851
# If you remove a line here THAT COMMIT WILL BE LOST.
850852
# However, if you remove everything, the rebase will be aborted.
851853
#

0 commit comments

Comments
 (0)