Git Rename folders with Git Geek 22 jun. 2021 Renaming folders with Git Execute this command in yout terminalgit mv -k -f currentFolderName NewFolderNameRename the folder in your code editor (e.g., VS Code).Commit the changes and push them.