Sign commits #3738
Answered
by
stefanhaller
andreiblt1304
asked this question in
Q&A
Sign commits
#3738
-
Hello there, I just started using this plugin and I'm in love with it, but I also noticed that it isn't automatically signs my commits. Is there something I should do so it signs all the commits I am writing ? |
Beta Was this translation helpful? Give feedback.
Answered by
stefanhaller
Jul 12, 2024
Replies: 1 comment 1 reply
-
I never sign commits and don't have experience with it, so I might be off here, but as far as I understand, this has nothing to do with lazygit. You configure this in git by saying |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
andreiblt1304
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I never sign commits and don't have experience with it, so I might be off here, but as far as I understand, this has nothing to do with lazygit. You configure this in git by saying
git config --global commit.gpgsign true
.