pub fn worktree_dir_name(project: &str, branch: &str) -> String
Derives a worktree directory name from project and branch names.
The format is: <project>-<branch> with non-alphanumeric characters replaced by -.
<project>-<branch>
-