Open pentago opened 8 months ago
Topic Tag signing
Your thoughts I was wondering wether lazygit can sign tags similar to how it work on commits?
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
-s
git tag
T
Topic Tag signing
Your thoughts I was wondering wether lazygit can sign tags similar to how it work on commits?