Skip to content

Commit

Permalink
Merge branch 'nl/rebase-i-cheat-sheet'
Browse files Browse the repository at this point in the history
* nl/rebase-i-cheat-sheet:
  rebase -i: remind that the lines are top-to-bottom
  • Loading branch information
Junio C Hamano committed Apr 16, 2012
2 parents 146fe8c + 8a93f95 commit 0e9b0ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git-rebase--interactive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,8 @@ cat >> "$todo" << EOF
# f, fixup = like "squash", but discard this commit's log message
# x, exec = run command (the rest of the line) using shell
#
# These lines can be re-ordered; they are executed from top to bottom.
#
# If you remove a line here THAT COMMIT WILL BE LOST.
# However, if you remove everything, the rebase will be aborted.
#
Expand Down

0 comments on commit 0e9b0ac

Please sign in to comment.