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