1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

add create tag from commit test

This commit is contained in:
Jesse Duffield
2023-02-20 18:52:45 +11:00
parent ee8c31880c
commit 0b55eaca1d
4 changed files with 55 additions and 3 deletions

View File

@ -132,7 +132,7 @@ func (self *LocalCommitsController) GetKeybindings(opts types.KeybindingsOpts) [
Description: self.c.Tr.LcRevertCommit,
},
{
Key: opts.GetKey(opts.Config.Commits.TagCommit),
Key: opts.GetKey(opts.Config.Commits.CreateTag),
Handler: self.checkSelected(self.createTag),
Description: self.c.Tr.LcTagCommit,
},