Search code examples
gitgithubmv

Rename Directory in Repository without having to reupload files


I am attempting to rename a directory without reuploading a new directory, due to my directory being very large in size. Is there a way to change the directory name without uploading all my huge files?


Solution

  • Answering my own question:

    I went to vscode.dev, opened my repository, and renamed the folder there. No code required.