git 省略 commit message
2021-12-22 00:23 CST
每次提交使用
1
git commit --allow-empty-message --no-edit
也可以设置命令别名
1
2
git config --global alias.nocommit "commit --allow-empty-message --no-edit"
git nocommit
git 省略 commit message by mkckr0 is licensed under CC BY-NC-ND 4.0