After cloning an existing git repo to install a new fresh Symfony I got the error Project directory
symfony new . --webapp
This is because of the .git file generated after clonning the existing repo.
What is the recommended best practices/steps starting with an existing repo to install a symfony version ?
