2

複数行のメッセージを含む 2 つのコミットがあります。しかし、github の面倒なケースでは、最初の行しか表示されません。

commit da202cdb5085290a6498c434a0d9388d880fe8c8
Date:   Tue Oct 1 16:30:02 2013 +0200

    Line 1

    Line 2

commit c58f91213428728836b1364ecc111ba71e7c91c6
Date:   Tue Oct 1 15:47:12 2013 +0200

    [f] unique primary key for id in picture
    [+] join_db script

https://github.com/antofa/autowp_test/commits/dev

コミットには次のコマンドを使用します。

git commit -F commit_message.txt

git commit -m "1 行目" -m "2 行目"

github は複数行のコミット メッセージとどのように連携できますか?

4

1 に答える 1