質問編集履歴
1
参照先を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -36,4 +36,5 @@
|
|
36
36
|
なにが行われるのか、リモート側とローカル側の区別がいま一つ理解できず質問しました。
|
37
37
|
```
|
38
38
|
git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch <ファイル名orフォルダ名>" --prune-empty -- --all
|
39
|
-
```
|
39
|
+
```
|
40
|
+
参考:https://note.dokeep.jp/post/git-filter-branch-rm/
|