在终端执行 git commit -m 'msg' -q 有很多文件添加,去除这些消息使用命令:-q
git commit -m 'msg' -q
git commit --help
查看更多命令。然后就可以找到 -q命令的说明啦。
如下:
-q
--quiet
Suppress commit summary message.
在终端执行 git commit -m 'msg' -q 有很多文件添加,去除这些消息使用命令:-q
git commit -m 'msg' -q
git commit --help
查看更多命令。然后就可以找到 -q命令的说明啦。
如下:
-q
--quiet
Suppress commit summary message.