Changing case of Folder via Git bash on Windows

前端 未结 4 1918
迷失自我
迷失自我 2021-02-01 02:54

I need to change the case of folders and files. First thing I tried was renaming the folders, but Git didn\'t pick up the changes. So I tried using git mv -f co

4条回答
  •  误落风尘
    2021-02-01 03:47

    Make sure to close Visual Studio and any Windows Explorer folders related to that path.

提交回复
热议问题