Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Sourcetree sign a commit on Windows

LKenselaar December 18, 2017

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

2 answers

0 votes
Mike Corsaro
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 22, 2017

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
0 votes
minnsey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 22, 2017

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events