Chatie / git-scripts

Git Hooks Integration for Chatie Projects
https://npmjs.com/package/@chatie/git-scripts
Apache License 2.0
1 stars 4 forks source link

Upgrade guide #27

Open binsee opened 2 years ago

binsee commented 2 years ago

The new version (0.7.7) of git-has better readability and solves the push blocking problem.

Preview

Update steps:

  1. npm i -D @chatie/scripts@next
  2. npx git-scripts install
  3. Enjoy push

Use

Frist push branch

or

huan commented 2 years ago

Thank you so much for the improvements!

It would be great if you can add the above information into our README so that it can be easy to be discovered by other users.