This is particularly helpful for renaming student repos to include
something more useful like Last, First name
or netid
so that
folder ordering matches student ordering within your LMS.
local_repo_rename(repo_dir, pattern, replacement)
Character. Vector of repo directories or a single directory containing one or more repos.
Character. One or more regexp patterns to match to directory names.
Character. One or more text strings containing the replacement value for matched patterns.