1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-10 11:10:18 +02:00
This commit is contained in:
Jesse Duffield 2020-03-18 22:08:50 +11:00
parent 13a7806cac
commit b0ec0821d5
4 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,7 @@
<kbd>i</kbd>: show git-flow options
<kbd>f</kbd>: fast-forward this branch from its upstream
<kbd>g</kbd>: view reset options
<kbd>R</kbd>: rename branch
<kbd>/</kbd>: start search
</pre>

View File

@ -30,6 +30,7 @@
<kbd>i</kbd>: show git-flow options
<kbd>f</kbd>: fast-forward this branch from its upstream
<kbd>g</kbd>: bekijk reset opties
<kbd>R</kbd>: rename branch
<kbd>/</kbd>: start search
</pre>

View File

@ -30,6 +30,7 @@
<kbd>i</kbd>: show git-flow options
<kbd>f</kbd>: fast-forward this branch from its upstream
<kbd>g</kbd>: view reset options
<kbd>R</kbd>: rename branch
<kbd>/</kbd>: start search
</pre>

View File

@ -575,7 +575,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Key: gui.getKey("branches.renameBranch"),
Modifier: gocui.ModNone,
Handler: gui.handleRenameBranch,
Description: gui.Tr.SLocalize("viewResetOptions"),
Description: gui.Tr.SLocalize("renameBranch"),
},
{
ViewName: "branches",