diff --git a/src/commands/rebasingCommands.ts b/src/commands/rebasingCommands.ts index e4ccc8f1..a9b89ec5 100644 --- a/src/commands/rebasingCommands.ts +++ b/src/commands/rebasingCommands.ts @@ -29,6 +29,7 @@ export async function rebasing(repository: MagitRepository) { { key: '-A', name: '--autostash', description: 'Autostash' }, { key: '-i', name: '--interactive', description: 'Interactive' }, { key: '-h', name: '--no-verify', description: 'Disable hooks' }, + { key: '-u', name: '--update-refs', description: 'Update any branches that point to commits being rebased' }, ]; const HEAD = repository.HEAD;