It is possible on the mac version to sign a commit using your gpg key.
But it isnt available on windows. Will this ever be added to the Windows version?
Thanks in advance
Community moderators have prevented the ability to post new answers.
While it's not recommended that you auto-sign your commits, there is a work-around that you may use on Sourcetree for Windows:
Setup git config to use your GPG key:
git config --global user.signingkey YOUR-KEY-GOES-HERE
Then, set git to auto-sign your commits:
git config --global commit.gpgsign true
While we do have a longer term aim to get to feature parity across the two platforms I'm afraid at the moment adding that functionality is not on our roadmap.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.