Skip to main content

% git-feature-delete(1) Version 0.1.1 | git-feature-delete

git-feature-delete

DESCRIPTION

Delete a feature branch locally and remotely.

This command will check that all commits are in the default branch. You can bypass this check with the --force flag.

SYNOPSIS

Delete a feature branch

git-feature-delete [ -f | --force ] branch-name
  • -f | --force : pass the commit difference error (if the feature branch was squashed merge for instance)