Git Rename folders with Git Edgardo 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.