git clone with . fatal: destinatio path '.' already exists and is not empty directory code example
Example: git clone in current directory
git clone [email protected]:user/my-project.git .
git clone [email protected]:user/my-project.git .