Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing first character of local branch name
The replacement string seems to be considered a regex because it's replacing more than it matches as a string only. So replace it with multiple replacements instead.
- Loading branch information