git mengganti nama komit lokal yang lebih tua

# N: number of comits to rebase
git rebase -i HEAD~N
RyanGar46