Rename folders with Git

Rename folders with Git
Renaming folders with Git
  • Execute this command in yout terminal
git mv -k -f currentFolderName NewFolderName
  • Rename the folder in your code editor (e.g., VS Code).
  • Commit the changes and push them.