jesseduffield / lazygit

simple terminal UI for git commands
MIT License
53.52k stars 1.86k forks source link

Cna lazygit sign tags? #3369

Open pentago opened 8 months ago

pentago commented 8 months ago

Topic Tag signing

Your thoughts I was wondering wether lazygit can sign tags similar to how it work on commits?

wgkassem commented 8 months ago

you can tell git to do that

git config tag.forceSignAnnotated true

I think the default is not to sign (pass -s to git tag) for the T shortcut