質問編集履歴

1

参照先を追記

2021/10/28 01:06

投稿

taro373
taro373

スコア189

test CHANGED
File without changes
test CHANGED
@@ -75,3 +75,5 @@
75
75
  git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch <ファイル名orフォルダ名>" --prune-empty -- --all
76
76
 
77
77
  ```
78
+
79
+ 参考:https://note.dokeep.jp/post/git-filter-branch-rm/