Describe the bug
When using fre make checkout --force-checkout, the src directory and checkout script is fully removed and re-created. However, to keep in line with existing behavior (and to be safer), the directory should just be renames instead of removed.
Describe the bug
When using
fre make checkout --force-checkout, the src directory and checkout script is fully removed and re-created. However, to keep in line with existing behavior (and to be safer), the directory should just be renames instead of removed.