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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,301
Community Members
 
Community Events
184
Community Groups

SourceTree commit author change/update

In SourceTree, how do I update the author that shows in the Author field of the commit UI? it always seems to revert back to a name & email that i don't recall inputting.

2 answers

1 accepted

21 votes
Answer accepted
KieranA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Mar 17, 2013

Hi Patrick,

There are two places this could be happening. Firstly you have a global user details setting in SourceTree. This can be found in the SourceTree menu then "Preferences" (or Cmd+,) and you'll see at the top which user details are used.

If these are correct then there are repository-level settings instead allowing you to override the global settings per-repository. You can find these by going to either the "Repository" menu (when the repo window is open) and hitting "Repository Settings" or clicking the "Settings" button on the toolbar of the repository window on the right hand side. Click on the "Advanced" tab and you'll see some further author details. If the checkbox "Use global user settings" is turned off then it'll be using those author details instead.

Hope that helps!

Thank you for your response! This helped, though I should mention...

I checked both settings, and both showed identical author name & email, but only when I uncheck "Use global user setting" does the commit author change as expected. And, in order for the "Use global user setting" to work when checked (even though both showed the same info), I needed to edit the Default user info and just re-enter the same info.

Thanks again!

Like # people like this

I can confirm this is the case. Version 1.5.2.0 of SourceTree.

You have to clear the "Default User Information" save, then re-type and save before it will update and correctly use this for commits on Repos that are set to use the default info.

Like David G likes this

Can confirm this behavior on SourceTree version 1.7.0.32059

Issue still exists in 1.9.10.0.  Glad for the workaround mentioned by David. I had to delete my email address from the Default User Information field, apply, open, type in same email address as appeared there before, apply. Now the commit dialog shows the correct info.

Thanks Scott. I had the same issue with 2.0.20.1, and your suggested workaround fixed the problem for me too.

Can confirm - still happening in the version immediately prior to 2.7.1.  I applied the fix concurrent with upgrading, so I can't say if this still exists in 2.7.1.

Like Michael_Minutelli likes this

I can confirm too, it is still happening my version is: 2.4.8.0
What an annoying bug !!! :@ 

Thanks David Scherer,
I got it with your help.

This issue is currently happening in version 2.5.5 also.

Still an issue in 2.6.9. Will it be fixed!?!

2.6.10.0 has the same issue. That is not fun

In my case ExDev who handed-over this computer to me, his ID PW was there as global. I entered mine one and checked use globally. And it worked.

v 3.0.12, still an issue

Like ssemyan likes this

Almost 6 years later and this stills an issue on 2.7.6 macOS.
Need to untick "use global user settings" to manually type name/email on each repo settings :D

I also faced this issue with v 3.0.17.

Now 7 years later, this issue has not been fixed. Bravo !

Just forget it and move on to GitKraken: https://www.gitkraken.com

Like David G likes this

3.2.6 is still broken.  I looked everywhere I could think of to try to see where it's being cached, but to no avail.  @David Scherer 's method worked for me.  Going to bite the bullet and buy GitKraken before my next project.

Had incorrect author set in my commits too on Version 3.2.6. Unchecking the "Use global settings" checkbox under the advanced repository settings worked for me. Not sure if this is related to the crash on commit issue, when no user.name and user.email is set in git settings.

Behaviour still valid in 3.3.8

Still same behaviour in 3.4.4

You can use command prompt to fix it:

$ git config user.name "John Doe" $ git config user.email "john@doe.org"

 

For Globally you can do that by:

$ git config --global user.name "John Doe" $ git config --global user.email "john@doe.org"

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events