Rename folders in Git

Rename folders in Git
  1. git mv -k -f currentFolderName NewFolderName
  2. Rename the folder within your code editor (VSCode)
  3. Add the changes and push them.