git rm file name with space

前端 未结 4 1884
星月不相逢
星月不相逢 2020-12-14 17:03

I tried merging with the command line for a project in Xcode and I think a file needs to be removed. It is a file that exists in the branch I was merging from, but not the

4条回答
  •  遥遥无期
    2020-12-14 17:31

    If you use Ubuntu sometimes you need to use git rm --cached -r "TestService/TestService copy-Info.plist"

提交回复
热议问题