When I edit other peoples branches, all of my work is put under someone else's name. This not only is not helpful for me, but who ever looks at my code as they might be addressing the wrong person with fixes. I am aware that in git you can write
git commit -m "myFirstCommit" --author="Example Name <someone@example.com>"
And this does not even address my exact problem. So is there a way in SourceTree to change the author. If there is not a way, what would be the next best thing?