Skip to content

Commit

Permalink
Merge pull request #307 from gotschmarcel-ni/push_force_if_includes
Browse files Browse the repository at this point in the history
  • Loading branch information
kahole authored Nov 19, 2024
2 parents 3fa9a37 + ae9a8b8 commit 90ed355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/pushingCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export async function pushing(repository: MagitRepository) {
const switches = [
{ key: '-f', name: '--force-with-lease', description: 'Force with lease' },
{ key: '-F', name: '--force', description: 'Force' },
{ key: '-i', name: '--force-if-includes', description: 'Force if includes' },
{ key: '-h', name: '--no-verify', description: 'Disable hooks' },
{ key: '-d', name: '--dry-run', description: 'Dry run' }
];
Expand Down

0 comments on commit 90ed355

Please sign in to comment.