The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Sourcetree sign a commit on Windows

LKenselaar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

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.

TAGS
AUG Leaders

Atlassian Community Events