Menambahkan perubahan pada komit tertentu

git add <my fixed files>
git commit --fixup=OLDCOMMIT
git rebase --interactive --autosquash OLDCOMMIT^
Helpful Hippopotamus