When a branch with spaces in the name is created in SourceTree (4.2.2), the space is replaced with dash. Is there a way to change that character on a per-repo and/or global basis?
For example, when I create a branch named "a b c", SourceTree converts this to "a-b-c". I would like to change the default to underscore, so the new branch would be "a_b_c".