Skip to content

GitHub CLI extension for managing the current branch

License

Notifications You must be signed in to change notification settings

valeriobelli/gh-branch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GitHub CLI extension for managing the current branch

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages