回答編集履歴

1

補足を追記

2016/04/13 07:11

投稿

KiyoshiMotoki
KiyoshiMotoki

スコア4791

test CHANGED
@@ -5,3 +5,15 @@
5
5
  `git rm`コマンドは、`-r`オプションをつけないとディレクトリ構造を一括して削除することはできません。
6
6
 
7
7
  [https://git-scm.com/docs/git-rm](https://git-scm.com/docs/git-rm)
8
+
9
+
10
+
11
+ 上のリファレンスの`-r`オプションの項に
12
+
13
+ > Allow recursive removal when a leading directory name is given.
14
+
15
+
16
+
17
+ とあります。
18
+
19
+ 逆に言うと、`-r`をつけないと`recursive removal`はできない、ということです。