Jayin Taung
Jayin

Jayin

Follow
homePHP ComposerDatabasebadgesnewsletter
Tag

semantic

#semantic

More content

Read more stories on Hashnode


Articles with this tag

Git: 语义化Commit Message

Aug 5, 2022165 views

场景 在很多开源的项目中,都使用了语义化格式的git commit,用来表达本次提交主要内容,旨在提高 Review Code 效率和统一协作方式。 简介 格式:<type>(<scope>): <subject> <scope>是可选的 例子 feat: add hat wobble ^--^ ...

Git: 语义化Commit Message