全ブランチから該当ファイルを削除
1 |
git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch .config' HEAD |
force pushする
1 |
git push -f |
全ブランチから該当ファイルを削除
1 |
git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch .config' HEAD |
force pushする
1 |
git push -f |