我有两个带有多行消息的提交。但在 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 可以处理多行提交消息吗?如何处理?