GitHub CLI extension to manage your branches.
gh extension install joaom00/gh-b
gh b
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 |