GitButler ⧓

Commands

but publish

Publish review requests for active branches in your workspace

Usage

but publish [OPTIONS]

Description

By default, publishes reviews for all active branches in your workspace. You can optionally specify a single branch to publish.

Options

-b, --branch <BRANCH>

Publish reviews only for the specified branch.

  • Type: String
  • Required: Optional

-f, --with-force

Force push even if it's not fast-forward.

  • Type: Flag (boolean)
  • Default: true

-s, --skip-force-push-protection

Skip force push protection checks.

  • Type: Flag (boolean)
  • Default: false

-r, --run-hooks

Run pre-push hooks.

  • Type: Flag (boolean)
  • Default: true

Examples

Publish all active branches:

but publish

Publish a specific branch:

but publish --branch my-feature

Publish without running hooks:

but publish --run-hooks=false

Last updated on

On this page

Edit on GitHubGive us feedback