diff --git a/src/main.tsx b/src/main.tsx index 188f604..08576df 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -190,6 +190,17 @@ if (isDevelopment) { }, () => operations.commitAndPush() ); + logseq.App.registerCommandPalette( + { + key: "logseq-plugin-git:rebase", + label: "Pull Rebase", + keybinding: { + binding: "mod+alt+s", + mode: "global", + }, + }, + () => operations.pullRebase() + ); }); }