Skip to content

feature: add support for additional flags in push command - #1956

Closed
equinoxmatt wants to merge 1 commit into
sourcegit-scm:masterfrom
equinoxmatt:allow-additional-flags-on-push
Closed

feature: add support for additional flags in push command#1956
equinoxmatt wants to merge 1 commit into
sourcegit-scm:masterfrom
equinoxmatt:allow-additional-flags-on-push

Conversation

@equinoxmatt

@equinoxmattequinoxmatt commented Dec 5, 2025

Copy link
Copy Markdown

A little bug bear of mine. Sometimes for good reason, I need to skip the verify command. Previously I always had to revert to the CLI, I would prefer to be able to do this within sourcegit.

This allows users to pass custom git flags (e.g., --no-verify, --dry-run) to the push command through a new optional text field in the push dialog.

imageimage

Allow users to pass custom git flags (e.g., --no-verify, --dry-run)
to the push command through a new optional text field in the push dialog.
@love-linger

Copy link
Copy Markdown
Collaborator

I'm sorry that this PR will not be merged.

I recommend that you define a custom push operation (using the Custom Action function).

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@equinoxmatt@love-linger