xiaoniu’s blog

主なエンジニア技術、勉強の話

GIT コメントの変更

git コメント変更

git commit --amend -m "コメントの内容"

 git コメントを複数行に

git commit -m "コメント1" -m "コメント2"