0.2.0 • Published 4 years ago

git-shell-scripts v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Git Scripts

Wrapper scripts

npm

npm install git-shell-scripts

Docs

https://www.atlassian.com/git/tutorials/git-hooks

actionhooksourceargsexit 1
commit/0pre-commitlocal-abort
commit/1prepare-commit-msglocal1. message file path2. type- message: -m | -F- template: -t- merge- squash3. sha? for -c -C --amendabort
commit/2commit-msglocalmessage file pathabort
commit/3post-commitlocal-
push/0pre-receiveremote
push/1updateremote
push/2post-receiveremote

pre-commit

https://codeinthehole.com/tips/tips-for-using-a-git-pre-commit-hook/

Note

https://github.com/typicode/husky

0.2.0

4 years ago

0.2.0-2

4 years ago

0.2.0-1

4 years ago

0.2.0-0

4 years ago

0.1.1

5 years ago