質問編集履歴
1
参照先を追記
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/
|