git commit --amendやgit rebase -iでもできないので。
# 初期コミットをチェックアウトする
git checkout <root sha1>
# コミットメッセージを書き換える
git commit --amend
# masterの全コミットを修正された初期コミットの下流に持っていく
git rebase --onto HEAD HEAD master
Go to list of users who liked
More than 5 years have passed since last update.
git commit --amendやgit rebase -iでもできないので。
# 初期コミットをチェックアウトする
git checkout <root sha1>
# コミットメッセージを書き換える
git commit --amend
# masterの全コミットを修正された初期コミットの下流に持っていく
git rebase --onto HEAD HEAD master
Register as a new user and use Qiita more conveniently
Go to list of users who liked