git clone name directory code example
Example 1: git clone with folder name
git clone [email protected]:whatever folder-name
Example 2: git clone
#You will be required to sign into github
git clone [email protected]:UserName/gitRepositories.git
Example 3: git clone with different folder name
git clone https://github.com/sferik/sign-in-with-twitter.git signin