You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node 8.11.4 / npm 5.6.0 / MacOS High Sierra 10.13.6
Steps to reproduce
mkdir vue-create-git-hook-issue
cd vue-create-git-hook-issue
git init
mkdir java
echo "some other project" > java/README.md
vue create app
What is expected?
git hooks should have been installed in vue-create-git-hook-issue/.git/hooks/
or vue create should give option to specify where to install the git hooks