I'm not really sure what's going on but I have two users for one person (see image).
How can I merge the two accounts together?
Screenshot from 2015-05-22 12:56:58.png
E: Amending the authors as below was a step in the right direction. The repo only shows one contributor but on the people page "Ashton" still exists and the commit was essentially duplicated. Is this a bug in Stash?
git rebase -i --root
Change "pick" => "edit" @ line 1
git commit --amend --author="Ashton Ward <EMAIL>"
git rebase --continue
git push -f origin master
Screenshot from 2015-05-22 20:25:49.png