commmit - enhance docs for keybinding 'c' for local branch

- closes #3030
- mention that it supports '-'
- fix documentation and builtin help
This commit is contained in:
Sebastian Mangelsen 2023-10-02 18:06:24 +02:00
parent 3cda1d03d9
commit 5ebd8ac7fe
2 changed files with 2 additions and 2 deletions

View file

@ -141,7 +141,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
<pre>
<kbd>&lt;c-o&gt;</kbd>: Copy branch name to clipboard
<kbd>i</kbd>: Show git-flow options
<kbd>&lt;space&gt;</kbd>: Checkout
<kbd>&lt;space&gt;</kbd>: Checkout, use '-' for previous
<kbd>n</kbd>: New branch
<kbd>o</kbd>: Create pull request
<kbd>O</kbd>: Create pull request options

View file

@ -868,7 +868,7 @@ func EnglishTranslationSet() TranslationSet {
CantRebaseOntoSelf: "You cannot rebase a branch onto itself",
CantMergeBranchIntoItself: "You cannot merge a branch into itself",
ForceCheckout: "Force checkout",
CheckoutByName: "Checkout by name",
CheckoutByName: "Checkout by name, use '-' for previous",
NewBranch: "New branch",
NoBranchesThisRepo: "No branches for this repo",
CommitWithoutMessageErr: "You cannot commit without a commit message",