Closed shantanu2704 closed 4 years ago
Source :https://github.com/Automattic/vip-go-compatibility-scanner/blob/master/README.md#usage-for-a-single-repository
After the git repo is cloned, we need to cd into the newly created directory to be able to run
cd
git submodule init && \ git submodule update --recursive && \
Otherwise we get an error:
fatal: not a git repository (or any of the parent directories): .git
Thank you for pointing this out. This is my mistake.
I will fix this.
Fixed in ea341fc.
Source :https://github.com/Automattic/vip-go-compatibility-scanner/blob/master/README.md#usage-for-a-single-repository
After the git repo is cloned, we need to
cd
into the newly created directory to be able to runOtherwise we get an error: