我知道您可以git --amend
更改最新提交的提交消息。但是如何更改第二条最新的提交消息?这是我的提交现在的样子:
commit eca1b2db14da8ace66aed172056c6e7aaf323093
Author: Adam Sandler
Date: Fri Jul 13 18:00:13 2012 -0700
Pre-final work on appending new items on top
commit 7d21bbfea24cb72eafbe0213cad6339354078a81
Author: Adam Sandler
Date: Fri Jul 13 11:57:40 2012 -0700
Pre-final work on appending new item on top.
Loading more when user reaches the end of the scroll view
我想更改7d21bbfea24cb72eafbe0213ca
其中包含两条消息的提交。