git
Git Commit 范式
Git Commit 范式
· ☕ 3 分钟
每次提交代码时,都需要编写 Commit Message。 1 git commit -m "hello world" Commit Message 应当尽可能多的提供有用的信息,指明本次提交的目的。同时又应当简洁明了,便于阅读以