Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.3 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.3 KB

gh b

GitHub CLI extension to manage your branches.

asciicast

Installation

gh extension install joaom00/gh-b

Usage

gh b

Mappings

Key Action
j/ctrl+j Move down
k/ctrl+k Move up
/ Enable filter
? Toggle help
Enter Checkout the currently selected branch
Ctrl+a Create a new branch, with confirmation
Ctrl+d Delete the currently selected branch, with confirmation
Ctrl+t Track the currently selected branch, with confirmation
Ctrl+y Merge the currently selected branch, with confirmation
Ctrl+u Rebase the currently selected branch, with confirmation
Ctrl+r Rename the currently selected branch