After cloning an existing git repo to install a new fresh Symfony I got the error Project directory not empty due to the existing .git folder I suspect. What is the recommended best practices/steps starting with an existing repo to install a symfony version ?
Steps to reproduce the error :
git clone myrepo
cd myrepo
symfony new . –webapp
–> You will get this error message :
Project directory . is not empty