बाद में आने वाले संदेश को बदलने के तरीके हैं:
git commit --amend # for the most recent commit
git rebase --interactive master~2 # but requires *parent*
आप बहुत पहले कमिट (जिसके कोई माता-पिता नहीं हैं) का प्रतिबद्ध संदेश कैसे बदल सकते हैं?
git filter-branch --msg-filter