We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b17b56 commit e65020fCopy full SHA for e65020f
1 file changed
bin/agit.c
@@ -448,7 +448,8 @@ void cmd_push(void) {
448
void cmd_rebase(void) {
449
set("git", "rebase");
450
hint("< --autosquash --interactive --onto --root --update-refs @{u} >",
451
- "< --abort --continue --quit --skip >");
+ "< --abort --continue --quit --skip --edit-todo "
452
+ "--show-current-patch >");
453
if (add(list_branches)) {
454
run(1);
455
}
0 commit comments