1. Install perintah git-filter-repo yang dibutuhkan git.
newren/git-filter-repo: Quickly rewrite git repository history (filter-branch replacement)
2. Masukkan perintah dibawah ini untuk menghapus history commit file atau directory. Misalnya saya disini ingin menghapus history commit dari directory environments
git filter-repo --path environments --invert-paths --force