git clone in the same directory code example
Example 1: git clone in current directory
git clone [email protected]:user/my-project.git .
Example 2: git clone with different folder name
With same Git Repository name
git clone [email protected]:whatever folder-name
With Different Git Repository name
git clone https://github.com/sferik/sign-in-with-twitter.git signin