Skip to content
1 min read

fj branch-delete

Delete a branch on Forgejo

fj branch-delete [OPTIONS] <NAME>

Every command also accepts the global flags: --host, --debug, --no-pager, --json-fields.

Arguments

  • <NAME> — Branch name to delete

Options

  • -R, --repo <REPO> — Target repository as <owner>/<name>. Inferred from the git remote when omitted
  • -y, --yes — Skip the confirmation prompt
  • --color <COLOR> — When to use ANSI color in output [default: auto][possible values: auto, always, never]
Contributors
  • Stephen Way