Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 418 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 418 Bytes

gh-branch

GitHub CLI extension for managing the current branch

Usage

Following you can find some of the available commands

Create a branch

# Default branch
gh branch create 1

# Specify a branch type
gh branch create 1 --type feat

Rebase the current Pull Request's branch

# Default behaviour
gh branch rebase

# Specified rebase strategy
gh branch rebase --type interactive