1.0.5 • Published 3 years ago

f2-pre-push v1.0.5

Weekly downloads
14
License
ISC
Repository
github
Last release
3 years ago

f2-pre-push

F2 branch auto merge git pre-push hook for yunke~.

Install

npm i -g f2-pre-push

Use

# cd into your project directory
cd ~/code/bff-aicard-mp

# inject f2 branch auto merge mater branch pre push hook into “.git/hooks/pre-push”
f2-pre-push e

# and then, when you push f2-* branch in orgin/f2-*,the pre-push hook will fetch origin/master branch and merge the lastest master into your current f2 branch
git checkout f2-xxxxxxxx-some-desc
git push

Disable

# you can use "f2-pre-push d" command line to disable this pre-push hook at any time.
# cd into your project directory
cd ~/code/bff-aicard-mp

# then
f2-pre-push d

# all done
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago