Show the same menu when pressing space on a remote branch

The old behavior of showing a prompt to choose a name for the new local branch
is still available via the 'n' keybinding.
This commit is contained in:
Stefan Haller
2024-03-16 09:27:36 +01:00
parent e42cbf95ae
commit 0d5c748fe8
10 changed files with 16 additions and 12 deletions

View File

@@ -240,7 +240,7 @@ If you would instead like to start an interactive rebase from the selected commi
| Key | Action | Info |
|-----|--------|-------------|
| `` <c-o> `` | Copy branch name to clipboard | |
| `` <space> `` | Przełącz | Checkout a new local branch based on the selected remote branch. The new branch will track the remote branch. |
| `` <space> `` | Przełącz | Checkout a new local branch based on the selected remote branch, or the remote branch as a detached head. |
| `` n `` | Nowa gałąź | |
| `` M `` | Scal do obecnej gałęzi | Merge selected branch into currently checked out branch. |
| `` r `` | Zmiana bazy gałęzi | Rebase the checked-out branch onto the selected branch. |