You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用feat或者feature来描述新增的事物:[feat: xxx.css] [feat: new function in xxx]
使用fixed来描述对于问题的修复:[fixed: some problems here...]
使用update来描述对于功能的升级:[update: the logic of login...]
@ildnyy
在commit代码的时候,要附加 -m 参数来描述这次提交的简明扼要的信息。(毕竟m就是message
使用feat或者feature来描述新增的事物:
[feat: xxx.css] [feat: new function in xxx]使用fixed来描述对于问题的修复:
[fixed: some problems here...]使用update来描述对于功能的升级:
[update: the logic of login...]诸如此类,不要瞎写