Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zivyangll/ppush
每次 push 代码之前都自动 pull 最新代码
https://github.com/zivyangll/ppush
Last synced: 30 days ago
JSON representation
每次 push 代码之前都自动 pull 最新代码
- Host: GitHub
- URL: https://github.com/zivyangll/ppush
- Owner: zivyangll
- Created: 2016-07-20T15:39:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T13:52:12.000Z (over 8 years ago)
- Last Synced: 2024-10-15T01:31:19.431Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ppush
=============## 两个目的
- 在 push 代码之前强制进行 pull
- 在 push 之前强制保持工作区 clean## 安装
```bash
sudo npm i ppush -g
```