如何在命令行中“hexo deploy”编辑提交消息

时间:2017-12-22 09:47:02

标签: git github terminal hexo

最近我开始使用hexo和github进行博客。

据我所知,当我在终端上hexo deploy时,公用文件夹中的文件会转到我为部署配置的github repogitory。

我还发现_config.yml中有一个默认的提交消息,Site updated: {{ now('YYYY-MM-DD HH:mm:ss') }}

但我想用交互式会话编写新的提交消息,就像我git commit一样,每次部署博客时都不会对配置文件进行查询。 我该怎么做?

1 个答案:

答案 0 :(得分:1)

使用

hexo deploy -m "message"