X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-rebase--interactive.sh;h=c2bedd622c7238359ab88592857bb50eeaa568f8;hb=94c22a5e7b4247d7d6453272c4425d81071d2689;hp=fb12b03b201836bb4c3b43a5d1120b3305d1ccf0;hpb=990732609ce735c482e571ad95767edf1d693b41;p=git.git diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh index fb12b03b2..c2bedd622 100755 --- a/git-rebase--interactive.sh +++ b/git-rebase--interactive.sh @@ -268,6 +268,10 @@ do_next () { warn warn " git commit --amend" warn + warn "Once you are satisfied with your changes, run" + warn + warn " git rebase --continue" + warn exit 0 ;; squash|s)