Optional
Readonly
forceWhen set to true
, then allows deleting the branch irrespective of its merged status. false
by default.
Optional
Readonly
remoteWhen set to true
then deletes the remote-tracking branches as well. It is false
by default.
Readonly
toThe name of the branch to delete.
Option for deleting a branch. The branch must be fully merged in its upstream branch, or in
HEAD
if no upstream was set.