GIT を使用してディレクトリ全体を削除したい...毎回同じエラーが発生し、なぜこれが起こっているのか理解できません。
「blue_white」フォルダを削除したいのですが…
├── css
│ ├── design.css
│ └── red_white.css
├── images
│ ├── blue_white
│ │ ├── accordion-button.png
│ │ ├── accordion-shadow.png
│ │ ├── button1.png
│ │ ├── oem-slide-shadow.png
│ │ └── truncate-arrow.png
│ └── red_white
│ ├── accordion-shadow.png
└── pages.xml
私がこれをすると...
git rm -r blue_white/
私はこれを得る...
fatal: pathspec 'f04/blue_white/' did not match any files