Skip to content

Replace spaces with underscores in branch names

Samwilson requested to merge branch-names into main

Usernames are included in Git branch names, but can not contain spaces. Replacing with underscores means they're still valid usernames.

Merge request reports