Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在像 gitkraken 这样的专业 git 软件上,您可以指定提交摘要消息和描述。
好像在 PhpStorm 中你只能写一个描述:
我想念它还是不可能?
有许多客户端不分别提供主题和描述字段。通常的约定是这样的:
用空行将主体与主体分开
然后,Git 本身会将主题与某些命令的描述分开,这些命令应该只显示主题(例如git log --oneline)。
git log --oneline