When rebasing via Sourcetree i am not able to change the commit message to something starting with a hash. What we do is we name the #ID of the issue and then the title of the issue, for example:
#100 - Bug in the search form on the homepage
I tried this over and over and everytime rebasing fails with errors. Today i opened the terminal while rebasing and had to enter a commit message and read that the description with # in front is ignored. So that was the reason. I tried rebasing to:
100 - Bug in the search form on the homepage
and then it worked flawlessly. Also when i try to use:
#100 - Bug in the search form on the homepage
but then a slash is in front of the message.
It would be handy the make it in some way that # in the front are allowed as the original commit messages allow this too.
Using the latests BETA version.