Ubah Pesan Git Komit
git commit --amend -m "New commit message"
Mobile Star
git commit --amend -m "New commit message"
# with file changes
git commit --amend -m "Commit Message"
# without file changes, update only commit message
git commit --amend -m "Updated Commit Message" --no-edit
git commit --amend
git commit --amend
git commit --amend -m 'commit message'
$ git commit --amend -m "Summary(Required)" -m "Description"