jesseduffield / lazygit

simple terminal UI for git commands
MIT License
50.26k stars 1.78k forks source link

Cna lazygit sign tags? #3369

Open pentago opened 6 months ago

pentago commented 6 months ago

Topic Tag signing

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

wgkassem commented 5 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