GitHub CLI extension for managing the current branch
Following you can find some of the available commands
# Default branch
gh branch create 1
# Specify a branch type
gh branch create 1 --type feat
# Default behaviour
gh branch rebase
# Specified rebase strategy
gh branch rebase --type interactive