DEV Community

Discussion on: How to change the root folder of your Git repo

Collapse
 
waylonwalker profile image
Waylon Walker • Edited

Very interesting workflow that I hadn't thought of.

If you are trying to rename the directory from the start you can do it with the clone command.

git clone <repo-url> <directory-name>
Collapse
 
hiboabd profile image
Hibo Abdilaahi

Useful tip thanks!