如何向其他git贡献者介绍有关“ npm i”的必要用法

时间:2018-11-22 11:42:39

标签: git

有没有一种方法可以在git的帮助下通知其他开发人员,他们必须在特定的请求之后(出现新的/更新的软件包时)使用npm i?现在,我只花时间npm start来检测是否缺少一些人员。

我在考虑git标签,但找不到合适的用例。

我的预期行为是一种记录消息的方法(最后一行):

git pull
    ...
    ...
 create mode 100644 path/to/downloaded/files
 create mode 100644 path/to/downloaded/files
Your branch is ahead of 'origin/develop' by 3 commits.
  (use "git push" to publish your local commits)

This commit contains one or more new packages, please use 'npm i'

0 个答案:

没有答案