Git eine saubere Geschichte
git add . --all
git commit --fixup <id_hash>
git rebase -i --autosquash <id_hash_more_old>
git push --force origin <branch_to_push>
Gilles Avraam